Skip to content

Commit

Permalink
Fixed Java target of Kotlin compiler in :baselineprofile module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bořek Leikep committed Jan 23, 2024
1 parent c7804ba commit 1de0a5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions baselineprofile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ android {
targetCompatibility = JavaVersion.VERSION_1_8
}

kotlinOptions {
jvmTarget = "1.8"
}

lint {
abortOnError = true
warningsAsErrors = true
Expand Down

0 comments on commit 1de0a5d

Please sign in to comment.