Creating a desktop app using kotlin

Hi,
I wanna use kotlin in a desktop app but I wanna know if there is some framework like JavaFX or Spring that I can use to develop the frontend and use kotlin in the back.

Thanks

I did not understand the last part of your question, but for desktop development the best place to start is tornadofx.

1 Like

Also: all the Java frameworks and toolkits are available in Kotlin/JVM too: JavaFX, Swing, SWT, even AWT. (I’ve converted lots of my Java/Swing programs to Kotlin, and they still work just fine.)