so I have a module `common` and a module `common-f...
# kotlin-native
h
so I have a module
common
and a module
common-frontend
. is it possible to have one of my modules (eg
android
) depend on
common-frontend
and get the classes in both of these modules. at the moment if i make
common-front
have a dependency on
common
,
android
wont recognise the stuff from
common
and I cant do multiple
expected-by
statements to include it
s
Does this sound like what you are experiencing? https://youtrack.jetbrains.com/oauth?state=%2Fissue%2FKT-23327
h
slightly different, however I wouldnt be surprised if the fix was the same
i
Upcoming releases of Kotlin Gradle plugin should support several
expectedBy
-dependencies in one project. Similar problem: https://kotlinlang.slack.com/archives/C3SGXARS6/p1520336444000205
h
ah, awesome