15 lines
695 B
Markdown
Vendored
15 lines
695 B
Markdown
Vendored
# Kotlin DataFrame Compiler Gradle Plugin Example
|
|
|
|
An IntelliJ IDEA Gradle Kotlin project demonstrating the use of the
|
|
[Kotlin DataFrame Compiler Plugin](https://kotlin.github.io/dataframe/compiler-plugin.html).
|
|
|
|
We recommend using an up-to-date IntelliJ IDEA for the best experience,
|
|
as well as the latest Kotlin plugin version.
|
|
|
|
> [!WARNING]
|
|
> For proper functionality in IntelliJ IDEA requires version 2025.2 or newer.
|
|
|
|
[Download Kotlin DataFrame Compiler Plugin Gradle Example](https://github.com/Kotlin/dataframe/raw/example-projects-archives/kotlin-dataframe-plugin-gradle-example.zip)
|
|
|
|
See also [Kotlin DataFrame Compiler Maven Plugin Example](../kotlin-dataframe-plugin-maven-example)
|