You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dependencies in the `build.gradle.kts` script:
123
123
124
124
```kotlin
125
125
dependencies {
@@ -135,12 +135,47 @@ repositories {
135
135
}
136
136
```
137
137
138
+
Refer to
139
+
[Get started with KotlinDataFrame on Gradle](https://kotlin.github.io/dataframe/setupgradle.html)
140
+
for detailed setup instructions (including GroovyDSL).
141
+
142
+
*You can also check the [CustomGradleConfiguration](https://kotlin.github.io/dataframe/setupcustomgradle.html) if you don't need certain formats as dependencies.
143
+
*ForAndroid projects, see [SetupKotlinDataFrame on Android](https://kotlin.github.io/dataframe/setupandroid.html).
144
+
*See [IDEAGradle example projects](examples/idea-examples)
145
+
and [the Gradle project with the KotlinDataFrameCompiler plugin](examples/kotlin-dataframe-plugin-gradle-example).
146
+
138
147
Refer to the
139
-
[Get started with KotlinDataFrameon Gradle](https://kotlin.github.io/dataframe/gettingstartedgradle.html)
Copy file name to clipboardExpand all lines: docs/StardustDocs/topics/setup/SetupGradle.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,9 @@ kotlin.incremental=false
132
132
133
133
See [the Gradle example project with the Kotlin DataFrame Compiler Plugin enabled on GitHub](https://github.com/Kotlin/dataframe/tree/master/examples/kotlin-dataframe-plugin-gradle-example).
134
134
135
+
You can also
136
+
[download this project](https://github.com/Kotlin/dataframe/raw/example-projects-archives/kotlin-dataframe-plugin-gradle-example.zip).
Copy file name to clipboardExpand all lines: docs/StardustDocs/topics/setup/SetupMaven.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ fun main() {
80
80
on-the-fly in Maven projects, making development with Kotlin DataFrame faster,
81
81
more convenient, and fully type- and name-safe.
82
82
83
-
> Requires Kotlin 2.2.20-Beta1 or higher.
83
+
> Requires Kotlin 2.2.20-Beta1 or higher and IntelliJ IDEA 2025.3 or higher.
84
84
> { style = "note" }
85
85
86
86
To enable the plugin in your Maven project, add it to the `plugins` section:
@@ -111,6 +111,9 @@ To enable the plugin in your Maven project, add it to the `plugins` section:
111
111
112
112
See [the Maven example project with the Kotlin DataFrame Compiler Plugin enabled on GitHub](https://github.com/Kotlin/dataframe/tree/master/examples/kotlin-dataframe-plugin-maven-example).
113
113
114
+
You can also
115
+
[download this project](https://github.com/Kotlin/dataframe/raw/example-projects-archives/kotlin-dataframe-plugin-maven-example.zip).
0 commit comments