Skip to content

Commit a917572

Browse files
committed
Fix wrong dependency level.
1 parent 02a925d commit a917572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presentation/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ val coroutinesVersion: String by project
88

99
dependencies {
1010
api(project(":main"))
11-
implementation(project(":ui"))
11+
api(project(":ui"))
1212

1313
compileOnly(compose.desktop.currentOs)
1414
compileOnly("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")

0 commit comments

Comments
 (0)