Skip to content

Commit 6ba916f

Browse files
author
samgarasx
committed
Remove experimental warning option
From Gradle 7.0 kotlin-dsl plugin no longer relies on experimental features
1 parent 987b260 commit 6ba916f

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,10 +8,6 @@ repositories {
88
gradlePluginPortal()
99
}
1010

11-
kotlinDslPluginOptions {
12-
experimentalWarning.set(false)
13-
}
14-
1511
val props = Properties().apply {
1612
file("../gradle.properties").inputStream().use { load(it) }
1713
}

0 commit comments

Comments
 (0)