Skip to content
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

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

Jolanrensen
Copy link
Collaborator

@Jolanrensen Jolanrensen commented Dec 10, 2024

Fixes #899

This PR is required for updating to Kotlin 2.1 (#995)

We should be able to merge this even before bumping to Kotlin 2.1

@Jolanrensen Jolanrensen added the infrastructure GitHub actions, Gradle Scripts, Writerside, etc. label Dec 10, 2024
@Jolanrensen Jolanrensen added this to the 0.16.0 milestone Dec 10, 2024
@Jolanrensen Jolanrensen mentioned this pull request Dec 10, 2024
4 tasks
lateinit var srcDir: File

@Input
override fun getGroup() = "codegen"
Copy link
Collaborator

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

Copy link
Collaborator Author

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?

Copy link
Collaborator Author

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.

Copy link
Collaborator

@koperagen koperagen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@Jolanrensen Jolanrensen merged commit 2143fb4 into master Dec 19, 2024
4 of 5 checks passed
@Jolanrensen Jolanrensen deleted the keywords-generator branch December 19, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure GitHub actions, Gradle Scripts, Writerside, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move :generator into :plugins
3 participants