79692566

Date: 2025-07-07 09:05:53
Score: 1.5
Natty:
Report link

Unknown Kotlin JVM target: 21" when I update Android Studio to a new version. Such that I updated to the new IDE "Nharwal" and got this issue.

Your Gradle JDK should be set to jbr-17 (JetBrains Runtime 17.0.14).

enter image description here

Update your Kotlin plugin version in the top-level build.gradle file.

enter image description here

Make sure that in your gradle.properties file, the property BuildConfig is set to true.

android.defaults.buildfeatures.buildconfig=true
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Priti1789