Since I updated Kotlin plugin to `1.2.20-eap-11` I...
# multiplatform
m
Since I updated Kotlin plugin to
1.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?