AmirHossein Abdolmotallebi b5131f56d8 add proxy
2024-10-21 10:06:13 +03:30

9 lines
180 B
Plaintext

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