forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically register nested Kotlin classes for reflection
Users have come to expect that @RegisterForReflection fixes a lot of native image issues and use it a lot. For Kotlin classes however, registering a class is often not enough - the companion classes are need to be registered. These companion classes are nested classes, so we automatically set the property to true for Kotlin classes Closes: quarkusio#28167
- Loading branch information
Showing
1 changed file
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters