Skip to content

Commit 3eef347

Browse files
committed
doc: add comments to build.gradle.kts file
1 parent 56e86b7 commit 3eef347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ android {
6161
}
6262
}
6363

64+
// https://kotlinlang.org/docs/gradle-configure-project.html#gradle-java-toolchains-support
6465
kotlin {
6566
jvmToolchain(appConfig.javaVersion.toString().toInt())
6667
}

0 commit comments

Comments
 (0)