When using composite builds, the dependency should be declared as if it was a regular Maven dependency. e.g.,
implementation 'org.sample:string-utils:1.0'
implementation 'org.sample:number-utils:1.0'
↧
Composite build error. Project not found
↧