Hey guys. I have an issue with Kotlin and Spring. ...
# server
б
Hey guys. I have an issue with Kotlin and Spring. Kotlin NoArg plug-in is not creating default constructor. I already asked on SO https://stackoverflow.com/questions/51352067/noarg-constructor-is-not-getting-created
n
#gradle or #spring
👍 2
k
Hmm don't know why you need some library for that why not @JvmOveload constructor () ? I will generate all constructors you need under the hood?
б
@Krs noArg plug-in makes default constructor accessible only from reflection, but not from the code. That’s what I want