Skip to content

Commit

Permalink
added jvm target for kotlin plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed May 13, 2023
1 parent 84b1423 commit b5eddb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ android {
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

kotlinOptions {
jvmTarget = '1.8'
}

defaultConfig {
minSdkVersion 16
}
Expand Down

0 comments on commit b5eddb8

Please sign in to comment.