:plugins:dataframe-gradle-plugin
This module holds the Gradle plugin for DataFrame, published as "org.jetbrains.kotlinx.dataframe" on the Gradle Plugin Portal.
This plugin can let the user generate data schemas from a data sample using the simple
Gradle task dataframes {}. It also provides an automatic dependency on :plugins:symbol-processor
to generate column accessors and support the @file:ImportDataSchema notation.
Read more about how to use the Gradle plugin at Data Schemas in Gradle projects.
DISABLED!
This plugin is disabled as KSP1 is no longer compatible with Kotlin 2.3+. See https://kotlin.github.io/dataframe/gradle-plugin.html. The recommended alternative is to use the Compiler Plugin and generating schemas manually from dataframes in runtime.