wakingrufus
01/16/2019, 3:17 AMDico
01/16/2019, 7:52 AMapi(project(":name"))
doesn't work.project("jvmOnly").evaluationDependsOn(project("mpp"))
h0tk3y
01/16/2019, 10:00 AMimplementation(project(":mpp-library"))
– Gradle will automatically choose the appropriate target, the JVM one in your case. This is the designed way to specify dependencies of that kind, so If that doesn't work, please post more details or report an issue so we can take a look into it.wakingrufus
01/16/2019, 11:56 AM