15 lines
695 B
Markdown
Vendored
15 lines
695 B
Markdown
Vendored
# Kotlin DataFrame Compiler Maven Plugin Example
|
|
|
|
An IntelliJ IDEA Maven 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.3 or newer.
|
|
|
|
> [Download Kotlin DataFrame Compiler Plugin Maven Example](https://github.com/Kotlin/dataframe/raw/example-projects-archives/kotlin-dataframe-plugin-maven-example.zip)
|
|
|
|
See also [Kotlin DataFrame Compiler Gradle Plugin Example](../kotlin-dataframe-plugin-gradle-example)
|