|
|
|
@ -7,6 +7,7 @@ plugins {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
repositories { |
|
|
|
|
mavenLocal() |
|
|
|
|
mavenCentral() |
|
|
|
|
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev") |
|
|
|
|
google() |
|
|
|
@ -17,6 +18,7 @@ dependencies {
|
|
|
|
|
// compose.desktop.currentOs should be used in launcher-sourceSet |
|
|
|
|
// (in a separate module for demo project and in testMain). |
|
|
|
|
// With compose.desktop.common you will also lose @Preview functionality |
|
|
|
|
//implementation("org.jetbrains.skiko:skiko-awt-runtime-windows-x64:0.7.0-dev") |
|
|
|
|
implementation(compose.desktop.currentOs) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -26,7 +28,7 @@ compose.desktop {
|
|
|
|
|
|
|
|
|
|
nativeDistributions { |
|
|
|
|
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb) |
|
|
|
|
packageName = "KotlinJvmComposeDesktopApplication" |
|
|
|
|
packageName = "DebugWriter" |
|
|
|
|
packageVersion = "1.0.0" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|