We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ca6d9c commit a229eacCopy full SHA for a229eac
compose/build.gradle.kts
@@ -23,7 +23,7 @@ kotlin {
23
24
sourceSets {
25
commonMain.dependencies {
26
- api(projects.common)
+ api(projects.core)
27
implementation(compose.runtime)
28
}
29
androidMain.dependencies {
0 commit comments