refactor: split up core into multiple modules
This commit is contained in:
parent
2725342c3f
commit
0d84411f14
38 changed files with 344 additions and 149 deletions
|
|
@ -31,6 +31,7 @@ kotlin {
|
|||
implementation(libs.ktor.client.okhttp)
|
||||
}
|
||||
commonMain.dependencies {
|
||||
implementation(project(":common"))
|
||||
implementation(project(":core"))
|
||||
implementation(libs.compose.components.resources)
|
||||
implementation(libs.compose.foundation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue