Skip to content

Commit 88b9e02

Browse files
authored
Merge pull request #692 from android/av/fix-jvm-target-comment
Fix JVM target comment
2 parents 9985bb9 + 1998fc1 commit 88b9e02

File tree

1 file changed

+1
-1
lines changed
  • build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid

1 file changed

+1
-1
lines changed

build-logic/convention/src/main/kotlin/com/google/samples/apps/nowinandroid/KotlinAndroid.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ internal fun Project.configureKotlinAndroid(
5555
// Use withType to workaround https://youtrack.jetbrains.com/issue/KT-55947
5656
tasks.withType<KotlinCompile>().configureEach {
5757
kotlinOptions {
58-
// Set JVM target to 17
58+
// Set JVM target to 11
5959
jvmTarget = JavaVersion.VERSION_11.toString()
6060
// Treat all Kotlin warnings as errors (disabled by default)
6161
// Override by setting warningsAsErrors=true in your ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)