Kotlin

  implementation(platform("androidx.compose:compose-bom:2025.02.00"))
  implementation("com.github.bumptech.glide:compose:1.0.0-beta01")
  

Groovy

  implementation platform('androidx.compose:compose-bom:2025.02.00')
  implementation 'com.github.bumptech.glide:compose:1.0.0-beta01'