-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
Compiler pluginAnything related to the DataFrame Compiler PluginAnything related to the DataFrame Compiler PlugindocumentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)
Milestone
Description
Kotlin: 2.2.20
Gradle: 9.0.0
Dataframe: 1.0.0-dev-8421
When I build up my gradle, it reports error:
org.gradle.api.internal.tasks.DefaultTaskContainer$TaskCreationException: Could not create task ':kspKotlin'.
Caused by: java.lang.IllegalStateException: Detected KSP2. This is not supported by the DataFrame Gradle/Ksp plugin. Add 'ksp.useKSP2=false' to 'gradle.properties'.
So, I add 'ksp.useKSP2=false' to 'gradle.properties'.
But today, it warning:
We noticed you are using KSP1 which is deprecated and support for it will be removed soon - please migrate to KSP2 as soon as possible. KSP1 will no longer be compatible with Android Gradle Plugin 9.0.0 (and above) and Kotlin 2.3.0 (and above)
Metadata
Metadata
Labels
Compiler pluginAnything related to the DataFrame Compiler PluginAnything related to the DataFrame Compiler PlugindocumentationImprovements or additions to documentation (not KDocs)Improvements or additions to documentation (not KDocs)