Join Slack
Powered by
How can a subproject using the konan gradle plugin...
# kotlin-native
t
thewoolleyman
12/28/2017, 8:35 PM
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.
Open in Slack
Previous
Next