We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1959ebd + a3b2660 commit 75cb008Copy full SHA for 75cb008
1 file changed
android/build.gradle.kts
@@ -28,8 +28,8 @@ subprojects {
28
}
29
30
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
31
- kotlinOptions {
32
- jvmTarget = "17"
+ compilerOptions {
+ jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17)
33
34
35
0 commit comments