should compilation of a `jvm` target trigger the c...
# multiplatform
r
should compilation of a
jvm
target trigger the compilation of the
commonMain
?
👌 7
d
It's like this: JVM target = Compile common + jvm source sets Native target = Compile common + native source sets JS target = Compile common + js source sets See how common is common to all compiles 🙂 👍