Although the generated Java/Kotlin SDKs use reflection, they can be made usable in GraalVM by publishing them with reachability metadata. This can be enabled by setting targets.{java,kotlin}.publish.graalvm_metadata
to true
.
GraalVM should automatically detect and use the published metadata, but manual configuration is also available for end-users.