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