Hello, not sure if this is the right channel. FWIW, I have done extensive search for what I am looking into, but would just like to check whether what I am contemplating makes sense.
I would like to develop a crossplatform desktop app that would get some functionality ported over to mobile if the original app takes off. Originally I considered Flutter, but since its desktop support is far off I started looking into other options. I would like to avoid NodeJS based solutions (due to being on a heavy side in all aspects and my app kinda needs to be lightweight or people won't be very happy with it) - so after some research I am considering using Kotlin multiplatform (for business logic that could be ported to mobile) and TornadoFX for crossplatform desktop GUI, does that make sense at all or have I overlooked anything obvious?