I have a number of old third party dependencies in our app, some of which are hosted on jcenter()
. I decided that an approach would be to move these to a maven repo in artifactory and add the dependencies to that. One of the libraries is com.kaopiz.kprogresshud
I have done that, successfully (I think) as I can see the dependency in the dependency tree when I run ./gradlew app:dependencies
and I can see the lib in the package explorer when in package view.
The problem I have is that the library is now not recognised in the application e.g.
I have cleared the cache and restarted android studio, I have also deleted the imports and tried to reimport but none of that works.
2