If you use IntelliJ and the tornadoFX plugin, ther...
# tornadofx
k
If you use IntelliJ and the tornadoFX plugin, there’s an option to make a tornadofx-gradle-project that will set up a “hello world” app. Regarding the “mpp” part of your request, are you trying to use kotlin native? TornadoFX, as I understand it, only works on the JVM. So you can use it wherever you use the JVM. If you want to target iOS or the web, you’ll need to use other clients as well. You can still have your core logic in Kotlin though.
g
Thanks. I was able to create my first app, somehow a hello world 😃.