I have a project (<https://github.com/epabst/kotli...
# javascript
e
I have a project (https://github.com/epabst/kotlin-showcase) that I'd like to update to use Kotlin multiplatform. It has a common module (which allows me to debug my logic code on the JVM), a webclient module (which targets the browser), and a mobile module that uses cordova to generate Android and iOS apps. It's clear to me that I should combine the common and webclient modules into a single MPP module, but should I try to combine the cordova one as well somehow or keep it separate?