glide icon indicating copy to clipboard operation
glide copied to clipboard

Download for build.gradle.kts is not specified

Open Kayuemkhan opened this issue 1 year ago • 0 comments

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

`

Kayuemkhan avatar Jul 14 '24 04:07 Kayuemkhan