Skip to content

Commit eebf250

Browse files
ksp warning fix
1 parent 0b4355d commit eebf250

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/StardustDocs/topics/gettingStarted/Modules.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,8 @@ plugins {
546546

547547
#### `kotlinx.dataframe:symbol-processor-all` – KSP Plugin {id="ksp-plugin"}
548548

549-
> Doesn't work for now.
549+
> 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**.
550551
>
551552
> At the moment, **[data schema generation is handled via dedicated methods](DataSchemaGenerationMethods.md)** instead of relying on the plugin.
552553
{style="warning"}

0 commit comments

Comments
 (0)