mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
15 lines
261 B
Text
15 lines
261 B
Text
plugins {
|
|
id("mihon.library")
|
|
kotlin("android")
|
|
kotlin("plugin.serialization")
|
|
}
|
|
|
|
android {
|
|
namespace = "mihon.core.archive"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(libs.jsoup)
|
|
implementation(libs.libarchive)
|
|
implementation(libs.unifile)
|
|
}
|