by common I mean specifically `kotlin-platform-com...
# multiplatform
f
by common I mean specifically
kotlin-platform-common
e
Regular jars. They contain Kotlin metadata inside
f
what if that jar depends on classes from the jvm and your common module is targeting js, for example? does it have any compile time checks against that?
1
l
Common module targets no platform @felipecsl
e
Common code cannot depend of platform-specific artifacts. Only on other common modules.
f
i guess my question was not very clear. maybe I should just try it out myself and see what happens 🙂 thanks though