Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Your dependency added in gradle is okay. But, In build.gradle.kts it is not working.
The code for build.gradle.kts Should be like this:
`
repositories { google() mavenCentral() }
dependencies { implementation ("com.github.bumptech.glide:glide:4.16.0") }
The text was updated successfully, but these errors were encountered:
Your dependency added in gradle is okay. But, In build.gradle.kts it is not working.
The code for build.gradle.kts Should be like this:
`
repositories {
google()
mavenCentral()
}
dependencies {
implementation ("com.github.bumptech.glide:glide:4.16.0")
}
`
The text was updated successfully, but these errors were encountered: