hi newbie, is there a maven coordinate that I can ...
# getting-started
a
hi newbie, is there a maven coordinate that I can run from a build.gradle ? I would be building TornadaFX apps from IDEA , thanks
h
#tornadofx
compile group: 'no.tornado', name: 'tornadofx', version: '1.7.18'
a
great, appreciate it