Desktop apps with kotlin

Is there any way to build desktop apps with kotlin? if yes how can I do that?

Do you mean desktop Apps running on Java VM or desktop apps running natively?

You can accomplish the first one by using Swing or JavaFX.

Foor the second one look at this: https://github.com/JetBrains/kotlin-native/tree/master/samples/gtk.

Are you seen TornadoFX?