17 lines
295 B
Kotlin
17 lines
295 B
Kotlin
plugins {
|
|
alias(mihonx.plugins.android.library)
|
|
alias(mihonx.plugins.spotless)
|
|
|
|
alias(libs.plugins.kotlin.serialization)
|
|
}
|
|
|
|
android {
|
|
namespace = "tachiyomi.core.metadata"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.sourceApi)
|
|
|
|
implementation(libs.bundles.serialization)
|
|
}
|