https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
f

felipecsl

09/29/2018, 5:21 PM
by common I mean specifically
kotlin-platform-common
e

elizarov

09/29/2018, 5:35 PM
Regular jars. They contain Kotlin metadata inside
f

felipecsl

09/29/2018, 11:10 PM
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

louiscad

09/30/2018, 10:10 AM
Common module targets no platform @felipecsl
e

elizarov

09/30/2018, 1:09 PM
Common code cannot depend of platform-specific artifacts. Only on other common modules.
f

felipecsl

09/30/2018, 9:19 PM
i guess my question was not very clear. maybe I should just try it out myself and see what happens 🙂 thanks though
3 Views