We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e323c21 commit 4cdfaa9Copy full SHA for 4cdfaa9
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt
@@ -49,7 +49,7 @@ internal fun Project.configureKotlinAndroid(
49
// Use withType to workaround https://youtrack.jetbrains.com/issue/KT-55947
50
tasks.withType<KotlinCompile>().configureEach {
51
kotlinOptions {
52
- // Set JVM target to 11
+ // Set JVM target to 17
53
jvmTarget = JavaVersion.VERSION_17.toString()
54
// Treat all Kotlin warnings as errors (disabled by default)
55
// Override by setting warningsAsErrors=true in your ~/.gradle/gradle.properties
0 commit comments