Move archive related code to :core:archive

This commit is contained in:
AntsyLich
2024-09-05 16:00:46 +06:00
parent 70c1a842b2
commit bd7b354198
20 changed files with 70 additions and 52 deletions

View File

@@ -16,6 +16,7 @@ kotlin {
}
val androidMain by getting {
dependencies {
implementation(projects.core.archive)
implementation(projects.core.common)
implementation(projects.coreMetadata)