Skip to content

Commit 00262ee

Browse files
update readme of examples
1 parent d85b54c commit 00262ee

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Examples of Kotlin DataFrame
22

33
### Idea examples
4-
* [plugin example](kotlin-dataframe-plugin-example) IDEA project with a
5-
[Kotlin DataFrame Compiler Plugin](https://kotlin.github.io/dataframe/compiler-plugin.html) example.
4+
* [Gradle plugin example](kotlin-dataframe-plugin-gradle-example) IDEA project with a
5+
[Kotlin DataFrame Compiler Plugin](https://kotlin.github.io/dataframe/compiler-plugin.html) example.
6+
* [Maven plugin example](kotlin-dataframe-plugin-maven-example) IDEA project with a
7+
[Kotlin DataFrame Compiler Plugin](https://kotlin.github.io/dataframe/compiler-plugin.html) example.
68
* [android example](android-example) A minimal Android project showcasing integration with Kotlin DataFrame.
79
Also includes [Kotlin DataFrame Compiler Plugin](https://kotlin.github.io/dataframe/compiler-plugin.html).
810
* [movies](idea-examples/movies) Using extension properties [Access API](https://kotlin.github.io/dataframe/apilevels.html) to perform a data cleaning task

0 commit comments

Comments
 (0)