Migrate Hilt plugin to KSP (#274)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
id("gq.kirmanak.mealient.library")
|
||||
id("kotlin-kapt")
|
||||
id("dagger.hilt.android.plugin")
|
||||
alias(libs.plugins.ksp)
|
||||
}
|
||||
|
||||
android {
|
||||
@@ -18,8 +18,8 @@ dependencies {
|
||||
testImplementation(project(":testing"))
|
||||
|
||||
implementation(libs.google.dagger.hiltAndroid)
|
||||
kapt(libs.google.dagger.hiltCompiler)
|
||||
kaptTest(libs.google.dagger.hiltAndroidCompiler)
|
||||
ksp(libs.google.dagger.hiltCompiler)
|
||||
kspTest(libs.google.dagger.hiltAndroidCompiler)
|
||||
testImplementation(libs.google.dagger.hiltAndroidTesting)
|
||||
|
||||
testImplementation(libs.androidx.test.junit)
|
||||
|
||||
Reference in New Issue
Block a user