I am using Spring with Kotlin and while it's mostl...
# spring
p
I am using Spring with Kotlin and while it's mostly smooth sailing there are a few pain points. E.g.
@ConfigurationProperties
have to all be defined as nullable etc. I know these issues are being addressed with the coming versions but can I somehow get reminded to replace these ugly bits later on in my project? I am not really asking for a IntelliJ suggestion, a mere mailing list or some release notes notification would suffice 🙂. Any ideas?