17 lines
300 B
Kotlin
17 lines
300 B
Kotlin
plugins {
|
|
alias(mihonx.plugins.android.library)
|
|
alias(mihonx.plugins.spotless)
|
|
|
|
alias(libs.plugins.kotlin.serialization)
|
|
}
|
|
|
|
android {
|
|
namespace = "mihon.core.archive"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.jsoup)
|
|
implementation(libs.archive)
|
|
implementation(libs.unifile)
|
|
}
|