Make use of new hilt extension

pull/1455/head
Tom Tresansky 1 year ago
parent ae5602da76
commit 17f5d6b72b
No known key found for this signature in database
GPG Key ID: 99DCF7A2C0C53E39

@ -1,6 +1,8 @@
androidLibrary {
namespace = "com.google.samples.apps.nowinandroid.core.common"
hilt {}
testing {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")

@ -11,6 +11,8 @@ androidLibrary {
implementation(project(":core:notifications"))
}
hilt {}
kotlinSerialization {
jsonEnabled = true
}

Loading…
Cancel
Save