Files
AndroidJetpack/android-showcase/feature_favourite/build.gradle.kts
T
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

17 lines
287 B
Kotlin

plugins {
id("local.library")
}
android {
namespace = "com.igorwojda.showcase.favourite"
}
dependencies {
api(projects.featureBase)
testImplementation(projects.libraryTestUtils)
testImplementation(libs.bundles.test)
testRuntimeOnly(libs.junitJupiterEngine)
}