Skip to content

Commit a67ea10

Browse files
committed
Fix Java 17
1 parent 1084a25 commit a67ea10

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/buildSrc/build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ plugins {
44

55
repositories {
66
mavenCentral()
7+
}
8+
9+
kotlin {
10+
jvmToolchain(17)
711
}

0 commit comments

Comments
 (0)