Skip to content

Commit 980a840

Browse files
authored
ui-test-hilt-manifest uses nowinandroid.android.hilt plugin
1 parent 803e64b commit 980a840

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

ui-test-hilt-manifest/build.gradle.kts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,9 @@
1515
*/
1616
plugins {
1717
id("nowinandroid.android.library")
18-
kotlin("kapt")
19-
id("dagger.hilt.android.plugin")
18+
id("nowinandroid.android.hilt")
2019
}
2120

2221
android {
2322
namespace = "com.google.samples.apps.nowinandroid.uitesthiltmanifest"
2423
}
25-
26-
dependencies {
27-
implementation(libs.hilt.android)
28-
kapt(libs.hilt.compiler)
29-
}

0 commit comments

Comments
 (0)