Replies: 1 comment 1 reply
-
You need to add mavenCentral repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
} You can test accessibility of artifacts here: Depending on the project structure you need to replace 'implementation' with 'api' to export symbols. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Are there still artifacts published to JitPack? I've tried
but could not get the artifact (as it's not a part of the GH release? 🤔)
Beta Was this translation helpful? Give feedback.
All reactions