2025-01-05 17:55:21 +03:30

10 lines
223 B
Plaintext

plugins{
id(MyPlugins.kotlin)
id(MyPlugins.composeDesktop)
}
dependencies {
implementation(project(":shared:app"))
implementation(project(":shared:app-utils"))
implementation(project(":shared:utils"))
}