-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
help wantedExtra attention is needed, feel free to help :)Extra attention is needed, feel free to help :)
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is needed, feel free to help :)Extra attention is needed, feel free to help :)