Skip to content

Do not support KSP2. #1445

@li-fcb1899

Description

@li-fcb1899

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 PlugindocumentationImprovements or additions to documentation (not KDocs)

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions