12 lines
176 B
Kotlin
12 lines
176 B
Kotlin
plugins {
|
|
id("com.atridad.mealient.library")
|
|
}
|
|
|
|
android {
|
|
namespace = "com.atridad.mealient.database_test"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(project(":database"))
|
|
}
|