Skip to content

Commit

Permalink
fix: support kotlin 1.8 (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
putnokiabel authored Sep 9, 2024
1 parent 23ff0e4 commit f72d09a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ android {
lintOptions {
disable 'InvalidPackage'
}
kotlinOptions {
jvmTarget = '1.8'
}
}
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down

0 comments on commit f72d09a

Please # to comment.