mirror of
https://github.com/amir1376/ab-download-manager.git
synced 2025-02-20 11:43:24 +08:00
9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
plugins {
|
|
id(MyPlugins.kotlin)
|
|
id(MyPlugins.composeDesktop)
|
|
}
|
|
dependencies {
|
|
api(project(":desktop:custom-window-frame"))
|
|
api(project(":desktop:shared"))
|
|
api(project(":shared:app"))
|
|
} |