Skip to content

Instantly share code, notes, and snippets.

@tdcolvin
Created July 12, 2024 22:43
Show Gist options
  • Save tdcolvin/6b8f07c611aab4683e2038ba20cd47b4 to your computer and use it in GitHub Desktop.
Save tdcolvin/6b8f07c611aab4683e2038ba20cd47b4 to your computer and use it in GitHub Desktop.
dependencies {
...
implementation(libs.coil)
}
[versions]
...
coil = "2.6.0"
[libraries]
...
coil = { group = "io.coil-kt", name = "coil-compose", version.ref = "coil" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment