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
bissell
06/19/2018, 6:50 PM
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