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 { androidLibrary {
namespace = "com.google.samples.apps.nowinandroid.core.common" namespace = "com.google.samples.apps.nowinandroid.core.common"
hilt {}
testing { testing {
dependencies { dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")

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

Loading…
Cancel
Save