https://kotlinlang.org logo
l

lewik

12/28/2017, 7:21 AM
@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

marcinmoskala

12/28/2017, 8:14 AM
@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

lewik

12/28/2017, 8:55 AM
Now I see. Is it possible to compile without idea? (even with errors)
m

marcinmoskala

12/28/2017, 11:17 AM
Yes. It works fine when I compile with Gradle
2 Views