Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
hfhbd authored Sep 1, 2024
1 parent ad7e2af commit 6e8ca27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kotlinx-uuid-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ android {
}

testOptions {
unitTests.all {
it.javaLauncher.set(javaToolchains.launcherFor {
languageVersion.set(JavaLanguageVersion.of(17))
})
}
managedDevices {
localDevices {
register("pixel2api34") {
Expand Down

0 comments on commit 6e8ca27

Please sign in to comment.