Don't copy archives to temp files when opening (#326)

This commit is contained in:
FooIbar
2024-02-04 01:33:18 +08:00
committed by GitHub
parent 170daf9fb2
commit 0da7ad6f1a
16 changed files with 48 additions and 92 deletions

View File

@ -12,7 +12,7 @@ kotlin {
api(projects.i18n)
implementation(libs.unifile)
implementation(libs.junrar)
implementation(libs.bundles.archive)
}
}
val androidMain by getting {