Hey, is there any nice example for desktop-compose...
# compose-desktop
m
Hey, is there any nice example for desktop-compose in groovy 🙂?
🤔 2
k
How would that work?
s
compose requires the Kotlin compiler. I don’t think it’s compatible with Groovy. The best you could do is create the UI in Kotlin / Compose, but use groovy for everything else. I think that’s kind of pointless though. It’d be better to just use Kotlin for everything.
s
if you like groovy, kotlin supports most of the same features. it wouldn't be a huge jump to kotlin.