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

feat: capture Kotlin comments #2946

Merged
merged 1 commit into from
Oct 2, 2024
Merged

feat: capture Kotlin comments #2946

merged 1 commit into from
Oct 2, 2024

Conversation

stuartwdouglas
Copy link
Collaborator

fixes: #2418

@stuartwdouglas stuartwdouglas requested review from a team and alecthomas as code owners October 2, 2024 02:05
@stuartwdouglas stuartwdouglas requested review from a team, tomdaffurn and deniseli and removed request for a team October 2, 2024 02:05
This was referenced Oct 2, 2024
<annotationProcessorPath>
<groupId>xyz.block.ftl</groupId>
<artifactId>ftl-java-runtime</artifactId>
<version>${project.version}</version>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this running AnnotationProcessor in the Kotlin build?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes, it turns out that this is supported. Kotlin 2.0 is bringing in a new approach but it seems a bit immature at the moment.

Thinking about it I guess I should move the processor to common.

@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/2418 branch 4 times, most recently from e20913b to da0d80d Compare October 2, 2024 03:33
@stuartwdouglas stuartwdouglas enabled auto-merge (squash) October 2, 2024 03:55
@stuartwdouglas stuartwdouglas merged commit 4c33afd into main Oct 2, 2024
93 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/2418 branch October 2, 2024 03:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Capture comments in Kotlin for the schema
2 participants