Skip to content

Commit b3f4b97

Browse files
committed
Specify the JVM target for Kotlin
1 parent 85d2814 commit b3f4b97

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ android {
2828
sourceCompatibility JavaVersion.VERSION_17
2929
targetCompatibility JavaVersion.VERSION_17
3030
}
31+
kotlinOptions {
32+
jvmTarget = '17' // Specify the JVM target for Kotlin
33+
}
3134
buildFeatures {
3235
viewBinding true
3336
buildConfig true

0 commit comments

Comments
 (0)