I am trying to add Kotlin/Js to a existing KMP + CMP project, which current targets android and iOS
I have some dependencies (Eg, CrashKiOS, Moko-permissions, Moko-geo, etc) in commonMain which unfortunately does not support JS and hence, I am unable to add JS as a target
What should be the best solution to this?