equal
deleted
inserted
replaced
54 } |
54 } |
55 |
55 |
56 sourceSets { |
56 sourceSets { |
57 commonMain.dependencies { |
57 commonMain.dependencies { |
58 implementation(project(":core")) |
58 implementation(project(":core")) |
|
59 api(libs.org.jetbrains.androidx.lifecycle.runtime.compose) |
59 api(libs.org.jetbrains.androidx.lifecycle.viewmodel) |
60 api(libs.org.jetbrains.androidx.lifecycle.viewmodel) |
60 api(compose.components.resources) |
61 api(compose.components.resources) |
61 implementation(compose.runtime) |
62 implementation(compose.runtime) |
62 } |
63 } |
63 |
64 |