We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4355d commit eebf250Copy full SHA for eebf250
docs/StardustDocs/topics/gettingStarted/Modules.md
@@ -546,7 +546,8 @@ plugins {
546
547
#### `kotlinx.dataframe:symbol-processor-all` – KSP Plugin {id="ksp-plugin"}
548
549
-> Doesn't work for now.
+> The KSP plugin is **not compatible with [KSP2](https://github.com/google/ksp?tab=readme-ov-file#ksp2-is-here)**
550
+> and may **not work properly with Kotlin 2.1 or newer**.
551
>
552
> At the moment, **[data schema generation is handled via dedicated methods](DataSchemaGenerationMethods.md)** instead of relying on the plugin.
553
{style="warning"}
0 commit comments