Wyatt Kennedy
12/03/2025, 10:53 PMcompose.desktop {
application {
mainClass = "org.test.test_compose_packaging.MainKt"
nativeDistributions {
targetFormats(TargetFormat.Dmg, TargetFormat.Msi, TargetFormat.Deb)
packageName = "test_compose_packaging"
packageVersion = "1.0.0"
}
jvmArgs += "-Xms5m"
}
}
The install size is also ~103mb which is fine, it's just the ram usage I was a little disappointed with.Alexander Maryanovsky
12/04/2025, 12:13 AM