Skip to content

Commit a6c1aac

Browse files
committed
remove deprecated kotlinOptions
1 parent 1b6e3da commit a6c1aac

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cli/build.gradle.kts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ dependencies {
88
}
99

1010
tasks {
11-
compileKotlin {
12-
kotlinOptions {
13-
freeCompilerArgs = listOf("-opt-in=kotlin.RequiresOptIn")
14-
}
15-
}
16-
1711
shadowJar {
1812
manifest {
1913
attributes(

0 commit comments

Comments
 (0)