Skip to content

Commit bdd27ac

Browse files
author
Drew Carlson
committed
Update codegen test compile testing usage
1 parent f4b6421 commit bdd27ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mobiuskt-codegen/src/test/kotlin/UpdateSpecTests.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class UpdateSpecTests {
5151
val compilation = KotlinCompilation().apply {
5252
sources = listOf(source)
5353
inheritClassPath = true
54-
configureKsp(useKsp2 = true) {
54+
configureKsp {
5555
symbolProcessorProviders.add(MobiusktSymbolProcessorProvider())
5656
}
5757
}
@@ -143,7 +143,7 @@ class UpdateSpecTests {
143143
val compilation = KotlinCompilation().apply {
144144
sources = listOf(source)
145145
inheritClassPath = true
146-
configureKsp(useKsp2 = true) {
146+
configureKsp {
147147
symbolProcessorProviders.add(MobiusktSymbolProcessorProvider())
148148
}
149149
}

0 commit comments

Comments
 (0)