Noob question: can i use the common module, from a...
# announcements
m
Noob question: can i use the common module, from a non-multiplatform code? For example, from Kotlin/jvm. If there is no "expect" classes yet
b
It should be possible. If the MPP publishes a JVM-specific jar, have you tried just working with that directly? My understanding of MPP builds is that they take everything in the common module and translate it to a platform-specific version