mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 18:24:42 +00:00
17 lines
336 B
Kotlin
17 lines
336 B
Kotlin
plugins {
|
|
alias(androidx.plugins.library)
|
|
alias(kotlinx.plugins.android)
|
|
}
|
|
|
|
android {
|
|
namespace = "yokai.presentation.core"
|
|
|
|
defaultConfig {
|
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
|
consumerProguardFiles("consumer-rules.pro")
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api(libs.material)
|
|
}
|