pabl0rg
11/14/2019, 3:50 PMdependencies {
implementation(project(":ecommerceApi"))
}
But when I run gradlew -p mainproj check
, gradle tries to build this project before the one upon which i declared a dependency, and build fails with Unresolved reference: ecommerceApi
.gildor
11/14/2019, 4:13 PMpabl0rg
11/15/2019, 10:30 PM> Task :ecommerceApi:compileKotlin UP-TO-DATE
in the output), but at a later point, it spits out the unresolved reference error.gildor
11/16/2019, 9:06 AMpabl0rg
11/18/2019, 10:13 PM