-
Notifications
You must be signed in to change notification settings - Fork 70
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
Keywords generator plugin: moved and fixed for Kotlin 2.1 #996
Conversation
…lugin, bumping versions
lateinit var srcDir: File | ||
|
||
@Input | ||
override fun getGroup() = "codegen" |
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.
Let's keep default group for this task? I don't think it deserves a group of its own
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.
I just copied this over from the old implementation. Shall I still remove it?
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.
it will be put in "other" if we don't supply a group (which is ginormous). Maybe a separate group for codegen stuff is not such a bad idea.
...ywords-generator/src/main/kotlin/org/jetbrains/dataframe/keywords/KeywordsGeneratorPlugin.kt
Outdated
Show resolved
Hide resolved
...ywords-generator/src/main/kotlin/org/jetbrains/dataframe/keywords/KeywordsGeneratorPlugin.kt
Outdated
Show resolved
Hide resolved
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.
Thank you!
Fixes #899
This PR is required for updating to Kotlin 2.1 (#995)
:generator
plugin to worker-based:plugins:keywords-generator
plugin. This is required for Kotlin 2.1 to avoid tons of warnings. Explained here: https://kotlinlang.org/docs/whatsnew21.html#compiler-symbols-hidden-from-the-kotlin-gradle-plugin-apiWe should be able to merge this even before bumping to Kotlin 2.1