Irwan Hermawan

Results 2 comments of Irwan Hermawan

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 {...