<@U0L8Y9QLV> thanks for the reply. Actually I debu...
# spring
s
@jasper thanks for the reply. Actually I debugged the cause and realised that at some point the parameters names from the constructor were lost (probably as part of kotlins incremental compilation) and not available to Java reflection(they would always be there for Kotlin Reflect). I had a chat to one of the devs in #general and the solution is to add the
-java-parameters
compiler flag which ensures the meta data is available to Java reflection.