bumptech / glide

An image loading and caching library for Android focused on smooth scrolling
https://bumptech.github.io/glide/
Other
34.67k stars 6.12k forks source link

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

Open Kayuemkhan opened 4 months ago

Kayuemkhan commented 4 months ago

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

`