Move :core to :core:common

This commit is contained in:
AntsyLich
2024-01-29 15:11:28 +06:00
parent f03f998b21
commit aa498360db
251 changed files with 416 additions and 416 deletions

View File

@@ -15,7 +15,7 @@ android {
dependencies {
implementation(projects.sourceApi)
implementation(projects.core)
implementation(projects.core.common)
implementation(platform(kotlinx.coroutines.bom))
implementation(kotlinx.bundles.coroutines)