That’s perfectly fine. At the end of the day I believe you should be able to compile your common stuff into what’s more or less a node module (someone correct me if I’m wrong)
n
napperley
12/13/2017, 11:45 PM
Can't do it in a common module since platform integration isn't allowed. Instead this would need to be done in a platform module (via Kotlin JS).
a
alex.hart
12/14/2017, 2:58 PM
Yes 🙂 This is true. You’d need a true KotlinJS project instead of a kotlin-platform-js as far as i recall.