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 9823c20 commit e307f7aCopy full SHA for e307f7a
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