Use ksp for Glide
This commit is contained in:
parent
de0fc464a4
commit
01e312fce1
2 changed files with 5 additions and 3 deletions
|
|
@ -5,6 +5,7 @@ plugins {
|
|||
id("com.google.gms.google-services")
|
||||
id("com.google.firebase.crashlytics")
|
||||
id("org.jetbrains.kotlin.kapt")
|
||||
id("com.google.devtools.ksp")
|
||||
}
|
||||
|
||||
android {
|
||||
|
|
@ -127,7 +128,7 @@ dependencies {
|
|||
|
||||
// Image
|
||||
implementation("com.github.skydoves:landscapist-glide:2.1.11")
|
||||
kapt("com.github.bumptech.glide:compiler:4.14.2") // this have to be align with landscapist-glide
|
||||
ksp("com.github.bumptech.glide:ksp:4.14.2") // this have to be align with landscapist-glide
|
||||
}
|
||||
|
||||
val gitBuildNumber: Int
|
||||
|
|
@ -138,4 +139,4 @@ val gitBuildNumber: Int
|
|||
standardOutput = stdout
|
||||
}
|
||||
return stdout.toString().trim().toInt()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,4 +6,5 @@ plugins {
|
|||
id("com.google.dagger.hilt.android") version "2.44" apply false
|
||||
id("com.google.firebase.crashlytics") version "2.9.7" apply false
|
||||
id("org.jetbrains.kotlin.kapt") version "1.8.22" apply false
|
||||
}
|
||||
id("com.google.devtools.ksp") version "1.8.22-1.0.11" apply false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue