Skip to content
New issue

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

Download for build.gradle.kts is not specified #5428

Open
Kayuemkhan opened this issue Jul 14, 2024 · 0 comments
Open

Download for build.gradle.kts is not specified #5428

Kayuemkhan opened this issue Jul 14, 2024 · 0 comments

Comments

@Kayuemkhan
Copy link

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")
}

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Kayuemkhan and others