marcinmoskala
12/28/2017, 3:57 AM1.2.20-eap-11
IDE requires regular modules to depend both on platform and on common. For instance my backend depends on common-jvm
and did build on on Gradle, but Android Studio and IntelliJ are yelling that classes from common are not found. I had to add dependency on common
too. Is it expected behavior?