Unfortunately it doesn't support Kotlin directly, but with what you usually do in templates it mostly means calling
.getProperty()
instead of
.property
which I can totally live with
h
Hamza
06/11/2018, 8:54 AM
You could make a little util file with a few ports to make your life using Rocker easier 🙂
g
gregopet
06/11/2018, 1:07 PM
I was thinking more along the lines of using the static parts from the generated Java code, then add a Kotlin collaborator class which would contain the logic bits and they could then be in Kotlin - I don't think it would be too much work, but it hasn't been enough of a pain yet to get started 🙂