Skip to content

Commit 4cdfaa9

Browse files
committed
Fix comment referring to 11
Change-Id: Ibef7bf42f60dd132535e70a7619958b242b7afe9
1 parent e323c21 commit 4cdfaa9

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

0 commit comments

Comments
 (0)