I have a project that is Kotlin Backend (ktor, coroutines and kotlinx.serialization mostly) and the frontend is Vue. I would like to share some code between JS and Kotlin, especially regarding the serialization and the data classes. Can I expect being able to use a transpiled kotlin library from javascript or is Kotlin/JS only made to target directly the DOM and call other libs?