Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobbyshop committed Mar 9, 2024
1 parent 13e539a commit f437fa5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ tasks.test {
useJUnitPlatform()
}

tasks.compileKotlin {
kotlinOptions {
freeCompilerArgs = listOf("-Xjvm-default=all")
}
}

kotlin {
jvmToolchain(17)
}

0 comments on commit f437fa5

Please sign in to comment.