Document AOT limitations related to Kotlin identifiers with backticks #32487
Labels
theme: aot
An issue related to Ahead-of-time processing
theme: kotlin
An issue related to Kotlin support
type: documentation
A documentation task
Milestone
Affects: <6.1.2>
Reproducer: https://github.com/juliuskrah/graphql-demo/tree/spf-32487
Given this valid kotlin class:
and Bean class:
with a runtime bean definition:
generates the following invalid
java
class:that results in:
Expectation
Kotlin sources should generate Kotlin aotSources
The text was updated successfully, but these errors were encountered: