<@U0PQ0GVLM> Please read answer above. Looks like ...
# multiplatform
l
@marcinmoskala Please read answer above. Looks like you need make "backend" depend on "common-jvm" and "common-jvm" depend on "common" (I think it's better merge kotlin-jvm and backend... may be)
m
@lewik
backend
depend on
common-jvm
and
commo-jvm
depend on
common
and it looks like it is not enough since last Kotlin plugin update (although it is enough for Gradle)
You can see it on the movie
Only solution is to make backend depend both on
common-jvm
and on
common
l
Now I see. Is it possible to compile without idea? (even with errors)
m
Yes. It works fine when I compile with Gradle