I was working on a fix for <https://github.com/spr...
# random
j
I was working on a fix for https://github.com/spring-projects/spring-boot/issues/5537 to strip final from Kotlin classes which are annotated with certain Spring annotations. Because compile-time metaprogramming isn’t supported yet, the plan was to use an annotation processor hack similar to Lombok, but this ran aground when I discovered that kapt only runs in Gradle builds. This was super surprising to me… any plan to support annotation processing in IntelliJ’s compilation of Kotlin code? @sdeleuze