Skip to content

Commit

Permalink
Specify the JVM target for Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Dec 23, 2024
1 parent d729329 commit 1d023bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ android {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = '17' // Specify the JVM target for Kotlin
}
buildFeatures {
viewBinding true
buildConfig true
Expand Down

0 comments on commit 1d023bf

Please sign in to comment.