refactor: shared -> core

This commit is contained in:
Cilly Leang 2026-04-02 01:57:08 +11:00
parent 104a77b27e
commit c912723c78
Signed by: cilly
GPG key ID: 6500251E087653C9
112 changed files with 133 additions and 140 deletions

View file

@ -12,7 +12,7 @@ kotlin {
}
dependencies {
implementation(projects.shared)
implementation(projects.core)
implementation(libs.okio)
implementation(libs.koin.core)
implementation(libs.ktor.client.core)