Skip to content

Commit a1c6d33

Browse files
committed
Revert Kotlin jvmToolchain to 11 in xr/build.gradle.kts
1 parent b2c85ac commit a1c6d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xr/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ android {
2020
targetCompatibility = JavaVersion.VERSION_11
2121
}
2222
kotlin {
23-
jvmToolchain(17)
23+
jvmToolchain(11)
2424
}
2525
buildFeatures {
2626
compose = true

0 commit comments

Comments
 (0)