Questions about adding dependencies #67
Unanswered
hhyeok1026
asked this question in
Q&A
Replies: 1 comment
-
Temporarily received com.github.florent37:glidepalette from jcenter(). And I am using androidx, but there is a warning about using android package legacy, so I checked android.enableJetifier=true in gradle.properties. Additionally |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on moving this project to an empty project. just for study
In the new project I made, I am not getting the dependencies of the library below.
com.github.florent37:glidepalette
However, it works fine in the original pokedex.
I write below in settings.gradle.kts file,
maven(url="https://oss.sonatype.org/content/repositories/snapshots/")
And I understand adding dependencies using the version catalog.
When gradle syncing, a warning is output as not resolve for the dependencies,
The class of the library could not be imported.
I commented out the function that doesn't work.
Still, I wonder why I can't import it.
Is there something I am missing?
Beta Was this translation helpful? Give feedback.
All reactions