Код: Выделить всё
implementation 'com.example.library'
< /code>
или для Kotlin < /p>
implementation("com.example.library")
< /code>
Журналы ошибок выглядят несколько похоже на это: < /p>
> Could not find com.example.library
Searched in the following locations:
https://repo.maven.apache.org/maven2/com/example/library
https://repo.maven.apache.org/maven2/com/example/library
https://jcenter.bintray.com/example/library
https://jcenter.bintray.com/example/library
https://jitpack.io/com/example/library
https://jitpack.io/com/example/library
https://dl.google.com/dl/android/maven2/com/example/library
https://dl.google.com/dl/android/maven2/com/example/library
Подробнее здесь: https://stackoverflow.com/questions/797 ... oid-studio