Migrate Glide compiler to KSP (#3791)
This commit is contained in:
parent
0a1be7df06
commit
060513508d
2 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@ dependencies {
|
|||
implementation libs.conscrypt.android
|
||||
|
||||
implementation libs.bundles.glide
|
||||
kapt libs.glide.compiler
|
||||
ksp libs.glide.compiler
|
||||
|
||||
implementation libs.bundles.rxjava3
|
||||
|
||||
|
|
|
@ -109,7 +109,7 @@ filemojicompat-core = { module = "de.c1710:filemojicompat", version.ref = "filem
|
|||
filemojicompat-defaults = { module = "de.c1710:filemojicompat-defaults", version.ref = "filemoji-compat" }
|
||||
filemojicompat-ui = { module = "de.c1710:filemojicompat-ui", version.ref = "filemoji-compat" }
|
||||
glide-animation-plugin = { module = "com.github.penfeizhou.android.animation:glide-plugin", version.ref = "glide-animation-plugin" }
|
||||
glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = "glide" }
|
||||
glide-compiler = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" }
|
||||
glide-core = { module = "com.github.bumptech.glide:glide", version.ref = "glide" }
|
||||
glide-okhttp3-integration = { module = "com.github.bumptech.glide:okhttp3-integration", version.ref = "glide" }
|
||||
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
|
||||
|
|
Loading…
Reference in a new issue