I’m using kapt to generate JPA metadata annotations. It works fine when I run it with JDK 15, but it...
m
I’m using kapt to generate JPA metadata annotations. It works fine when I run it with JDK 15, but it fails with JDK 16. Any thoughts? I’m running it from maven, using the 1.5.0 kotlin plugin. Both jdks are AdoptOpenJDK.
t