|
|
@ -20,7 +20,15 @@ kotlin { |
|
|
|
implementation(project(":common:root")) |
|
|
|
implementation(project(":common:root")) |
|
|
|
implementation(project(":common:compose-ui")) |
|
|
|
implementation(project(":common:compose-ui")) |
|
|
|
implementation(Deps.ArkIvanov.Decompose.decompose) |
|
|
|
implementation(Deps.ArkIvanov.Decompose.decompose) |
|
|
|
implementation(Deps.ArkIvanov.Decompose.extensionsCompose) |
|
|
|
implementation(Deps.ArkIvanov.Decompose.extensionsCompose) { |
|
|
|
|
|
|
|
// TODO remove when we will not be using 0.0.0-unmerged version |
|
|
|
|
|
|
|
exclude(group = "org.jetbrains.compose.desktop") |
|
|
|
|
|
|
|
exclude(group = "org.jetbrains.compose.animation") |
|
|
|
|
|
|
|
exclude(group = "org.jetbrains.compose.foundation") |
|
|
|
|
|
|
|
exclude(group = "org.jetbrains.compose.material") |
|
|
|
|
|
|
|
exclude(group = "org.jetbrains.compose.runtime") |
|
|
|
|
|
|
|
exclude(group = "org.jetbrains.compose.ui") |
|
|
|
|
|
|
|
} |
|
|
|
implementation(Deps.ArkIvanov.MVIKotlin.mvikotlin) |
|
|
|
implementation(Deps.ArkIvanov.MVIKotlin.mvikotlin) |
|
|
|
implementation(Deps.ArkIvanov.MVIKotlin.mvikotlinMain) |
|
|
|
implementation(Deps.ArkIvanov.MVIKotlin.mvikotlinMain) |
|
|
|
implementation(Deps.Badoo.Reaktive.reaktive) |
|
|
|
implementation(Deps.Badoo.Reaktive.reaktive) |
|
|
@ -37,6 +45,8 @@ compose.desktop { |
|
|
|
nativeDistributions { |
|
|
|
nativeDistributions { |
|
|
|
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) |
|
|
|
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) |
|
|
|
packageName = "ComoseDesktopTodo" |
|
|
|
packageName = "ComoseDesktopTodo" |
|
|
|
|
|
|
|
packageVersion = "1.0.0" |
|
|
|
|
|
|
|
|
|
|
|
modules("java.sql") |
|
|
|
modules("java.sql") |
|
|
|
|
|
|
|
|
|
|
|
windows { |
|
|
|
windows { |
|
|
|