How can a subproject using the konan gradle plugin...
# kotlin-native
t
How can a subproject using the konan gradle plugin depend on compiling source from another separate kotlin common gradle subproject? Just adding a
dependencies { compile project(":some-common-project") }
entry does not work, the konan
compile...
task cannot find the classes/methods declared in the common project.