We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7edfd commit 81489a2Copy full SHA for 81489a2
buildSrc/src/main/kotlin/convention.library.gradle.kts
@@ -3,3 +3,7 @@ plugins {
3
id("convention.android-base")
4
id("convention.kotlin")
5
}
6
+
7
+kotlin {
8
+ jvmToolchain(8)
9
+}
0 commit comments