Skip to content

Commit

Permalink
Remove explicit RequiresOptIn option (detekt#5098)
Browse files Browse the repository at this point in the history
Opt-in requirements are stable as of Kotlin 1.7 and do not require
additional compiler configuration.
  • Loading branch information
3flex authored and VitalyVPinchuk committed Jul 25, 2022
1 parent 8aaf824 commit c07a81b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build-logic/src/main/kotlin/module.gradle.kts
Expand Up @@ -55,7 +55,6 @@ tasks.withType<KotlinCompile>().configureEach {
freeCompilerArgs = listOf(
"-progressive",
"-Xsuppress-version-warnings",
"-opt-in=kotlin.RequiresOptIn"
)
// Note: Currently there are warnings for detekt-gradle-plugin that seemingly can't be fixed
// until Gradle releases an update (https://github.com/gradle/gradle/issues/16345)
Expand Down

0 comments on commit c07a81b

Please sign in to comment.