Open danielesegato opened 2 years ago
I was struggling with that for so long. Thank you @danielesegato
@danielesegato Wish I'd found this about 3 days ago! I finally got it to build the Kotlin DSL after FAR too much trial and error. However, what's weird now is that when I try to write a pref like so: userData { thingDateTime = timestamp }
it doesn't seem to actually save the value. Do you happen to have working examples using the DSL? I'd love to see how you did it, if so.
Hi,
It took me some hours to figure out how to set it up correctly, I think the codelab should mention it:
this generate kotlin helpers for the proto and correctly works on gradle kotlin-dsl
the codelab only show how to configure for java and gradle groovy