Hey,
I am trying to figure out which possibilities kotlin multiplatform gives me to mix and match my favorite technology stacks like kotlin backends and typescript ecosystem driven frontends. I tried to do the web frontend in kotlin as well but loosing the DX modern typescript frameworks have is a to big drawback imho.
A best of all worlds approach could be to create a monorepo including common kotlin code, kotlin jvm backend and a typescript frontend module.
Which leads me to the question:
Is it possible to call kotlin multiplatform types and functions in a typescript npm project - how to add the common module as npm dependency in a js/ts projects package.json? Are there any resources or documentation?