Skip to content

Commit 90604c6

Browse files
authored
Merge pull request #585 from SimonMarquis/patch-3
ui-test-hilt-manifest uses `nowinandroid.android.hilt` plugin
2 parents ae58d1e + 980a840 commit 90604c6

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)