Anthony f
02/01/2021, 1:48 PMAnthony f
02/01/2021, 1:50 PMextra-shared
module, I have :
kotlin {
sourceSets {
val commonMain by getting {
dependencies {
implementation(project(":arch"))
}
}
}
I got this error :
Could not resolve project :arch.
Required by:
project :extra-shared
Possible solution:
- Declare repository providing the artifact,Samuel Bichsel
02/01/2021, 3:38 PM