Skip to content

Commit 4e4f4c4

Browse files
committed
add jvm toolchain
1 parent 518ab47 commit 4e4f4c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

plugin/android/build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@ android {
8383
}
8484
}
8585

86+
kotlin {
87+
jvmToolchain(11)
88+
}
89+
90+
java {
91+
toolchain {
92+
languageVersion.set(JavaLanguageVersion.of(11))
93+
}
94+
}
95+
8696
repositories {
8797
mavenCentral()
8898
}

0 commit comments

Comments
 (0)