Created
January 14, 2019 02:36
-
-
Save pennya/89f81a694672a6a02b34508ff048c475 to your computer and use it in GitHub Desktop.
Kotlin에서 Glide 추가할 때
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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