mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
refactor: Use libarchive for Archive support
Co-authored-by: Ahmad Ansori Palembani <palembani@gmail.com>
This commit is contained in:
parent
c0bf67eabd
commit
17465f2719
22 changed files with 433 additions and 392 deletions
|
@ -23,6 +23,8 @@ kotlin {
|
|||
api(kotlinx.coroutines.core)
|
||||
api(kotlinx.serialization.json)
|
||||
api(kotlinx.serialization.json.okio)
|
||||
|
||||
implementation(libs.jsoup)
|
||||
}
|
||||
}
|
||||
val androidMain by getting {
|
||||
|
@ -39,6 +41,10 @@ kotlin {
|
|||
api(androidx.preference)
|
||||
|
||||
implementation(libs.quickjs.android)
|
||||
|
||||
api(libs.unifile)
|
||||
|
||||
implementation(libs.libarchive)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue