Skip to content

Commit 9dd5443

Browse files
committed
Update build.gradle
1 parent 8784c39 commit 9dd5443

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ android {
4444
sourceCompatibility JavaVersion.VERSION_17
4545
targetCompatibility JavaVersion.VERSION_17
4646
}
47+
48+
kotlinOptions {
49+
jvmTarget = "17" // Explicitly match Java's version
50+
}
51+
4752
}
4853

4954
dependencies {

0 commit comments

Comments
 (0)