How possible is to integrate with some typescript/javascript library in Kotlin? I have some sort of javascript SDK, that I might need to integrate into Kotlin project.
One option would be React "native", but I'm not sure if I can have react native as submodule in Kotlin project.
Would it maybe be possible to have Kotlin-JS submodule, that I can interact with that JS stuff?