Skip to content

Commit

Permalink
samples: Remove RequiresOptIn which is not required anymore (#427)
Browse files Browse the repository at this point in the history
Also, the `-Xopt-in` syntax is deprecated anyway. This avoids a compiler
warning.
  • Loading branch information
sschuberth committed Jul 21, 2023
1 parent e8a7926 commit 5067136
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions samples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@ subprojects {
dependencies {
"implementation"(project(":clikt"))
}

tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
freeCompilerArgs = freeCompilerArgs + "-Xopt-in=kotlin.RequiresOptIn"
}
}
}

0 comments on commit 5067136

Please sign in to comment.