Irwan Hermawan
Results
2
comments of
Irwan Hermawan
same problem, have you solved the probem?
finally I can find the solution, you just move `maven { url "https://jitpack.io" }` from `build.gradle (Project)` to `settings.gradle` ``` dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() jcenter() maven {...