dataframe
dataframe copied to clipboard
Circular dependency on kspKotlin when used under Quarkus 3.9.3
Hello. Tried to use kotlin dataframe, but it does not compile when used under the quarkus framework https://quarkus.io/ 3.9.3
Steps to reproduce
-
quarkus create cli --kotlin --gradle
-
cd code-with-quarkus
-
./gradlew quarkusRun
FAILURE: Build failed with an exception.
* What went wrong:
Circular dependency between the following tasks:
:kspKotlin
+--- :quarkusGenerateCode
| \--- :processResources
| \--- :kspKotlin (*)
\--- :quarkusGenerateCodeDev
+--- :processResources (*)
\--- :quarkusGenerateCode (*)
BUILD FAILED in 883ms
The dependency tree is below. ksp is com.google.devtools.ksp:symbol-processing:1.9.22-1.0.17
-
./gradlew dependencies>tree.txt