Skip to content

Commit 1998fc1

Browse files
committed
Fix JVM target comment
Change-Id: I9e62b796ed096f6cf586b51dc3a8e81f79c62e50
1 parent c8b7766 commit 1998fc1

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
@@ -51,7 +51,7 @@ internal fun Project.configureKotlinAndroid(
5151
// Use withType to workaround https://youtrack.jetbrains.com/issue/KT-55947
5252
tasks.withType<KotlinCompile>().configureEach {
5353
kotlinOptions {
54-
// Set JVM target to 17
54+
// Set JVM target to 11
5555
jvmTarget = JavaVersion.VERSION_11.toString()
5656
// Treat all Kotlin warnings as errors (disabled by default)
5757
// Override by setting warningsAsErrors=true in your ~/.gradle/gradle.properties

0 commit comments

Comments
 (0)