We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3775a commit 6ce95b6Copy full SHA for 6ce95b6
build.gradle.kts
@@ -54,7 +54,7 @@ subprojects {
54
if (project.typedProp<Boolean>("kotlinWarningsAsErrors") == true) {
55
allprojects {
56
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
57
- kotlinOptions.allWarningsAsErrors = true
+ compilerOptions.allWarningsAsErrors = true
58
}
59
60
@@ -68,7 +68,3 @@ val lintPaths = listOf(
68
)
69
70
configureLinting(lintPaths)
71
-
72
-apiValidation {
73
- ignoredProjects += setOf("elasticurl")
74
-}
0 commit comments