I am trying to create one framework which will be using couchbase, for that placed the gradle link and repository maven link in the framework gradle, but getting error Failed to resolve the couchbase-lite-android.
The following code is mentioned in the framework gradle:
FYI, I m able to get couchbase lite if i place the maven repo link either in root gradle or app gradle. Only getting issue when maven link was placed in framework(library) as submodule .