Skip to content

Commit 65c9cba

Browse files
committed
Remove no longer needed suppression
1 parent 7970334 commit 65c9cba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.kotlin-library-conventions.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks.withType<KotlinCompile>().configureEach {
2020
languageVersion = apiVersion
2121
allWarningsAsErrors.convention(true)
2222
javaParameters = true
23-
freeCompilerArgs.addAll("-Xsuppress-version-warnings", "-opt-in=kotlin.RequiresOptIn")
23+
freeCompilerArgs.addAll("-opt-in=kotlin.RequiresOptIn")
2424
}
2525
}
2626

0 commit comments

Comments
 (0)