Skip to content

Commit 408ec9c

Browse files
committed
kspTest also needs to depend on it
1 parent 6f0baf8 commit 408ec9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugins/dataframe-gradle-plugin/src/main/kotlin/org/jetbrains/dataframe/gradle/ConvenienceSchemaGeneratorPlugin.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ class ConvenienceSchemaGeneratorPlugin : Plugin<Project> {
3333
target.configurations.getByName("ksp").dependencies.add(
3434
target.dependencies.create("org.jetbrains.kotlinx.dataframe:symbol-processor-all:$preprocessorVersion")
3535
)
36+
target.configurations.getByName("kspTest").dependencies.add(
37+
target.dependencies.create("org.jetbrains.kotlinx.dataframe:symbol-processor-all:$preprocessorVersion")
38+
)
3639
target.logger.info("Added DataFrame dependency to the KSP plugin.")
3740
}
3841
}

0 commit comments

Comments
 (0)