Do not support KSP2.
- Dominant language
- Kotlin
- Stars
- 1.1k
- Forks
- 83
- Avg merge
- 4d 12h
- Merged PRs (30d)
- 30
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)
```
Contributor guide
Assessment
This issue has not been assessed yet.