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 543ee21 commit d2114f4Copy full SHA for d2114f4
ksp/src/main/kotlin/com/tschuchort/compiletesting/Ksp.kt
@@ -72,7 +72,7 @@ var KotlinCompilation.kspIncrementalLog: Boolean
72
/**
73
* Controls for enabling all warnings as errors in KSP.
74
*/
75
-var KotlinCompilation.allWarningsAsErrors: Boolean
+var KotlinCompilation.kspAllWarningsAsErrors: Boolean
76
get() = getKspRegistrar().allWarningsAsErrors
77
set(value) {
78
val registrar = getKspRegistrar()
0 commit comments