|
|
|
@ -21,8 +21,6 @@ class AndroidHiltConventionPlugin : Plugin<Project> by HiltConventionPlugin(
|
|
|
|
|
basePluginId = "dagger.hilt.android.plugin",
|
|
|
|
|
dependencyHandler = { libs ->
|
|
|
|
|
"implementation"(libs.findLibrary("hilt.android").get())
|
|
|
|
|
"ksp"(libs.findLibrary("hilt.compiler").get())
|
|
|
|
|
"kspAndroidTest"(libs.findLibrary("hilt.compiler").get())
|
|
|
|
|
"kspTest"(libs.findLibrary("hilt.compiler").get())
|
|
|
|
|
}
|
|
|
|
|
)
|
|
|
|
|