Can kotlin js generate typescript code?
I'm writing my app business logic with kotlin multi-platform, I want the ui to be build with flutter, so I can ship it quickly for ios and android.
However dart don't intereop with kotlin, even if I'm using platform channel this make me duplicate many things like pojos ect.
Dart has intereop with typescript so if kotlin js genereted typescript files maybe I could reuse them in dart, for minimal stuff like pojo ect.