mirror of
https://github.com/null2264/yokai.git
synced 2025-07-18 06:46:57 +00:00
11 lines
143 B
Kotlin
11 lines
143 B
Kotlin
plugins {
|
|
id("com.android.library")
|
|
id("org.jetbrains.kotlin.android")
|
|
}
|
|
|
|
android {
|
|
namespace = "yokai.domain"
|
|
}
|
|
|
|
dependencies {
|
|
}
|