Skip to content

Instantly share code, notes, and snippets.

@pennya
Created January 14, 2019 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pennya/89f81a694672a6a02b34508ff048c475 to your computer and use it in GitHub Desktop.
Save pennya/89f81a694672a6a02b34508ff048c475 to your computer and use it in GitHub Desktop.
Kotlin에서 Glide 추가할 때
apply plugin: 'kotlin-kapt'
....
dependencies {
implementation 'com.github.bumptech.glide:glide:4.8.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.8.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment