Skip to content

Commit

Permalink
ui-test-hilt-manifest uses nowinandroid.android.hilt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis committed Feb 11, 2023
1 parent 803e64b commit 980a840
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions ui-test-hilt-manifest/build.gradle.kts
Expand Up @@ -15,15 +15,9 @@
*/
plugins {
id("nowinandroid.android.library")
kotlin("kapt")
id("dagger.hilt.android.plugin")
id("nowinandroid.android.hilt")
}

android {
namespace = "com.google.samples.apps.nowinandroid.uitesthiltmanifest"
}

dependencies {
implementation(libs.hilt.android)
kapt(libs.hilt.compiler)
}

0 comments on commit 980a840

Please sign in to comment.