@ -1,14 +1,6 @@
androidLibrary {
namespace = "com.google.samples.apps.nowinandroid.core.common"
buildTypes {
// Need the empty closure to avoid "dangling pure expression" error
debug {}
release {}
}
testing {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
@ -16,12 +16,6 @@ androidLibrary {
json()
@ -8,12 +8,6 @@ androidLibrary {
api(project(":core:model"))
implementation(project(":core:testing"))
@ -5,13 +5,8 @@ androidLibrary {
implementation(project(":core:data"))
feature {
description = "Calling the configure method enables this lib to be treated as a feature"
compose {
description = "Calling the configure method enables compose support"
feature {}
compose {}