I have an existing JVM API that requires some JVM ...
# multiplatform
s
I have an existing JVM API that requires some JVM dependencies. I wanted to use multiplatform to design the frontend in KotlinJS while maintaining my JVM backend code. Is there a standard or recommended approach to wiring both components together?