Skip to content

Commit

Permalink
remove deprecated kotlinOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylic-style committed Dec 3, 2024
1 parent 1b6e3da commit a6c1aac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ dependencies {
}

tasks {
compileKotlin {
kotlinOptions {
freeCompilerArgs = listOf("-opt-in=kotlin.RequiresOptIn")
}
}

shadowJar {
manifest {
attributes(
Expand Down

0 comments on commit a6c1aac

Please sign in to comment.