Hi, I like Kotlin and I would like to create a des...
# tornadofx
l
Hi, I like Kotlin and I would like to create a desktop app for Windows. Is it possible to access the Windows API with kotlin/tornadofx in any way?
s
If you want to use the native windows toolkit from Kotlin, look at SWT.
a
Actually, if you want to create windows-API based GUI, you'd better use Kotlin-Native. Like in this sample: https://github.com/JetBrains/kotlin-native/tree/master/samples/win32 Why do you want windows API anyway?