I'm trying to import a submodule of an android library I'm creating. The sub-module is called progressbar
https://jitpack.io/#SomeKoder/Essentials/0.1.0
https://github.com/SomeKoder/Essentials
dependencies {
implementation 'com.github.SomeKoder:Essentials:0.1.0'
}
I've tried this and many other variations without success.
dependencies {
implementation 'com.github.SomeKoder.Essentials:progressbar:0.1.0'
}
Can someone help me figure out what I'm doing wrong please? Thanks in advance