Open mataide opened 5 years ago
Its possible to use JavaFx + kotlin/Native with your library? So I dont need to use JVM?
JavaFx cannot not run without JVM. You can use this library to write UI that is independent of JavaFx but will run on it or K/N.
Its possible to use JavaFx + kotlin/Native with your library? So I dont need to use JVM?