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