Skip to content

Commit

Permalink
Add kotlin language verison for compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Jun 22, 2022
1 parent 3ec43e0 commit 8133b05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry-android-navigation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ android {

kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
kotlinOptions.languageVersion = Config.kotlinCompatibleLanguageVersion
}

testOptions {
Expand Down

0 comments on commit 8133b05

Please sign in to comment.