I’ve recently converted a project which uses JPA metamodel generation from Java to Kotlin/JVM. I’m a little worried about using kapt and its issues with newer JDKs - we’re using Java 16, and there kapt only works with a deprecated JDK flag (--illegal-access=permit).
Are there better options to generate JPA metamodels in Kotlin?
Michael Böiers
05/11/2021, 7:31 AM
To be precise, it’s a mixed project now (Java/Kotlin)