[SHARED] Update gradle config

This commit is contained in:
Kamil Gurgul
2026-01-26 08:00:57 +01:00
parent 22583d08e7
commit afb9e36bca
6 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ kotlin {
sourceSets {
jvmMain.dependencies {
implementation(compose.desktop.currentOs)
implementation(project(":shared"))
implementation(projects.shared)
}
}
}