Skip to content

Commit 1d023bf

Browse files
committed
Specify the JVM target for Kotlin
1 parent d729329 commit 1d023bf

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)