wakingrufus
01/16/2019, 3:17 AMwakingrufus
01/16/2019, 3:17 AMDico
01/16/2019, 7:52 AMDico
01/16/2019, 7:52 AMapi(project(":name"))
doesn't work.Dico
01/16/2019, 7:53 AMDico
01/16/2019, 7:54 AMproject("jvmOnly").evaluationDependsOn(project("mpp"))
Dico
01/16/2019, 8:08 AMh0tk3y
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 AMwakingrufus
01/17/2019, 2:12 AM