Skip to content

Commit dd52805

Browse files
committed
Match kotlin jvmTarget with Java targetCompatibility.
1 parent eec18f3 commit dd52805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ android {
5454
sourceCompatibility JavaVersion.VERSION_17
5555
targetCompatibility JavaVersion.VERSION_17
5656
}
57+
58+
kotlinOptions {
59+
jvmTarget = JavaVersion.VERSION_17
60+
}
5761
}
5862

5963
def lifecycle_version = '2.4.1'

0 commit comments

Comments
 (0)