File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ksp/src/main/kotlin/com/tschuchort/compiletesting Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ private val KotlinCompilation.kspJavaSourceDir: File
70
70
private val KotlinCompilation .kspKotlinSourceDir: File
71
71
get() = kspSourcesDir.resolve(" kotlin" )
72
72
73
- private val KotlinCompilation .kspResourceDir : File
74
- get() = kspSourcesDir.resolve(" resource " )
73
+ private val KotlinCompilation .kspResources : File
74
+ get() = kspSourcesDir.resolve(" resources " )
75
75
76
76
/* *
77
77
* The working directory for KSP
@@ -155,7 +155,7 @@ private class KspCompileTestingComponentRegistrar(
155
155
it.deleteRecursively()
156
156
it.mkdirs()
157
157
}
158
- this .resourceOutputDir = compilation.kspResourceDir .also {
158
+ this .resourceOutputDir = compilation.kspResources .also {
159
159
it.deleteRecursively()
160
160
it.mkdirs()
161
161
}
You can’t perform that action at this time.
0 commit comments