Skip to content

Commit

Permalink
add missing kotlinOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Oct 15, 2024
1 parent dcbeb96 commit fe7b5c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mlkit_han/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ android {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = "17"
}
}

dependencies {
Expand Down

0 comments on commit fe7b5c3

Please sign in to comment.