-
Notifications
You must be signed in to change notification settings - Fork 76
Update Compiler-Plugin.md #1576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
a91c82f to
4b09a62
Compare
| </toc-element> | ||
| <toc-element topic="Compiler-Plugin.md"> | ||
| <toc-element toc-title="Compiler Plugin"> | ||
| <toc-element topic="Compiler-Plugin.md"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For example, kotlinlang docs never use root toc elements for content:
https://kotlinlang.org/docs/all-open-plugin.html#maven
|
|
||
|
|
||
| > Now available in Gradle projects, is coming soon to Kotlin Notebook and Maven projects. | ||
| > Now available in Gradle (IDEA 2025.2+) and Maven (IDEA 2025.3+) projects, is coming soon to Kotlin Notebook. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and amper? :) maybe link to the YT issue so people can vote if they want it too
| Install [IntelliJ IDEA EAP](https://www.jetbrains.com/idea/nextversion/). | ||
| Going forward, compiler plugin updates will be released with Kotlin plugin updates. | ||
| Next release: 2025.2 | ||
| We recommend using up-to-date IntelliJ IDEA and Kotlin for the best experience. Requires 2025.2 and 2.2.20 or higher. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
using *an up-to-date- IntelliJ IDEA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*Kotlin version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2025.2 and 2.2.20, respectively
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how to combine "or higher" and ", respectively"? drop one or another?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe "Requires at least versions 2025.2 and 2.2.20, respectively"?
|
|
||
| <tab title="Gradle"> | ||
|
|
||
| Setup plugins in build.gradle.kts: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*plugin, right? why is it plural?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as in "Kotlin and DataFrame plugins", but i also doubt this wording. i'll change it probably. wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aah, I see. I think we can just talk about our dataframe plugin. I think most users will already have the Kotlin plugin setup when adding DataFrame
|
|
||
| <tab title="Maven"> | ||
|
|
||
| DataFrame compiler plugin can be used in Maven projects starting from IntelliJ IDEA 2025.3, available now as EAP builds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
*The DataFrame compiler plugin
| ```xml | ||
| <dependency> | ||
| <groupId>org.jetbrains.kotlinx</groupId> | ||
| <artifactId>dataframe-core</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the gradle example you specify "dataframe", yet here it's "dataframe-core". They should probably be the same

URL for the main page is the same

But with (i think) clearer structure:
