Skip to content

Commit d2114f4

Browse files
ZacSweerstschuchortdev
authored andcommitted
Ksp prefix
1 parent 543ee21 commit d2114f4

File tree

1 file changed

+1
-1
lines changed
  • ksp/src/main/kotlin/com/tschuchort/compiletesting

1 file changed

+1
-1
lines changed

ksp/src/main/kotlin/com/tschuchort/compiletesting/Ksp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ var KotlinCompilation.kspIncrementalLog: Boolean
7272
/**
7373
* Controls for enabling all warnings as errors in KSP.
7474
*/
75-
var KotlinCompilation.allWarningsAsErrors: Boolean
75+
var KotlinCompilation.kspAllWarningsAsErrors: Boolean
7676
get() = getKspRegistrar().allWarningsAsErrors
7777
set(value) {
7878
val registrar = getKspRegistrar()

0 commit comments

Comments
 (0)