файл моего приложения settings.gradle.kts выглядит так:
Код: Выделить всё
sourceControl {
gitRepository(uri("https://github.com/user/repo")) {
producesModule("group:project")
}
}
Код: Выделить всё
implementation("group:project") {
version {
branch = "main"
}
}
Код: Выделить всё
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':distTar'.
> Could not resolve all dependencies for configuration ':runtimeClasspath'.
> Git repository at https://github.com/user/repo did not contain a project publishing the specified dependency.
Required by:
root project :
Кто-нибудь знает об этой проблеме?
Подробнее здесь: https://stackoverflow.com/questions/790 ... ithub-repo
Мобильная версия