Skip to content

Commit 517d44d

Browse files
committed
Update IDE requirements in example projects, use wording from docs
1 parent 4fad9d5 commit 517d44d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

examples/android-example/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ A minimal Android project showcasing integration with **Kotlin DataFrame**.
88

99
It also includes the [Kotlin DataFrame Compiler Plugin](https://kotlin.github.io/dataframe/compiler-plugin.html).
1010

11-
> **Note:** The generated [extension properties](https://kotlin.github.io/dataframe/extensionpropertiesapi.html)
12-
> may not be highlighted correctly in current stable versions of Android Studio due to limited IDE support.
13-
> However, they work as expected at runtime and during compilation.
11+
We recommend using an up-to-date Android Studio for the best experience.
12+
For proper functionality in Android Studio requires version Otter | 2025.2.2 or higher.

examples/kotlin-dataframe-plugin-example/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ An IntelliJ IDEA project demonstrating the use of the
66
> **Note:** This project uses **dev versions** of the Kotlin and the Kotlin DataFrame plugin.
77
> See [build.gradle.kts](build.gradle.kts) for details.
88
9-
For proper functionality in IntelliJ IDEA requires version 2025.2 or higher
10-
(Currently available only in [IntelliJ IDEA EAP](https://www.jetbrains.com/idea/nextversion/?_gl=1*1ojxffu*_gcl_au*MTk5NzUwODYzOS4xNzQ2NzkxMDMz*_ga*MTE0ODQ1MzY3OS4xNzM4OTY1NzM3*_ga_9J976DJZ68*czE3NDkyMTM4MzkkbzE5OCRnMSR0MTc0OTIxMzg0MSRqNTgkbDAkaDA.)).
9+
We recommend using an up-to-date IntelliJ IDEA for the best experience.
10+
For proper functionality in IntelliJ IDEA requires version 2025.2 or higher.

0 commit comments

Comments
 (0)