-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build - missing dependencies (jcenter sunset) #136
Comments
I had the same issue. I found an old mirror of the old jcenter dependencies among others. Use maven { url "https://mirrors.huaweicloud.com/repository/maven/" } And you will get your missing koin dependencies. Hope that helps! :) |
@jonprp @simzard We will check and handle this issue |
Unable to build app with citrix mam sdk added due to missing dependencies. I think this relates to jcenter being recently shot down.
If it still builds for you - remove gradle cache and you should see same issue.
The text was updated successfully, but these errors were encountered: