Skip to content

Commit

Permalink
fix: set jvmTarget to 1.8 for kotlinOptions (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeshuaro authored Dec 6, 2023
1 parent 68ad45a commit 2464d9f
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 @@ -31,9 +31,14 @@ android {
}
compileSdkVersion 33

kotlinOptions {
jvmTarget = '1.8'
}

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

defaultConfig {
minSdkVersion 23
}
Expand Down

0 comments on commit 2464d9f

Please sign in to comment.