0

I'm developing a desktop application with JavaFx. I'm interested in using Mvvmfx as a framework and wonder if it is possible to use Kotlin with Mvvmfx to avoid all boilerplate code ?

Is there an example of this somewhere ?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
  • Kotlin is fully interoperable with Java so yes you can use Kotlin with any Java library. – assylias Oct 11 '17 at 15:44
  • 1
    Have you looked into TornadoFX? It has excellent support for MVVM workflows. https://tornadofx.io/ – Ruckus T-Boom Oct 11 '17 at 16:06
  • There is no official example for this combination. However, I don't think there is anything in the API of mvvmFX that prevents usage with kotlin. If you find any problems with kotlin please file an issue in the [mvvmfx issue tracker](https://github.com/sialcasa/mvvmFX/issues) at github and I will take a look at it. Additionally, if we find the time we will add an example for kotlin in the future. – Manuel Mauky Oct 16 '17 at 15:45

0 Answers0