Skip to content

Commit 0c8a194

Browse files
Abduqodiri Qurbonzodawoainikk
authored andcommitted
Remove usage of the deprecated KotlinDslOptions.experimentalWarning
It was deprecated in Gradle 7 and removed in Gradle 8. It has no effect since `kotlin-dsl` no longer relies on experimental features.
1 parent 6978173 commit 0c8a194

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

buildSrc/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ plugins {
88
repositories {
99
mavenCentral()
1010
}
11-
12-
kotlinDslPluginOptions {
13-
experimentalWarning.set(false)
14-
}

0 commit comments

Comments
 (0)