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.
2 parents 9985bb9 + 1998fc1 commit 88b9e02Copy full SHA for 88b9e02
build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt
@@ -55,7 +55,7 @@ internal fun Project.configureKotlinAndroid(
55
// Use withType to workaround https://youtrack.jetbrains.com/issue/KT-55947
56
tasks.withType<KotlinCompile>().configureEach {
57
kotlinOptions {
58
- // Set JVM target to 17
+ // Set JVM target to 11
59
jvmTarget = JavaVersion.VERSION_11.toString()
60
// Treat all Kotlin warnings as errors (disabled by default)
61
// Override by setting warningsAsErrors=true in your ~/.gradle/gradle.properties
0 commit comments