dead.fish
07/29/2024, 2:36 PMJvmApplicationBuildType
, which apparently is configured somehow similar to this:
compose.desktop {
application {
buildTypes {
release {
proguard.isEnabled.set(false)
}
}
}
}
but rather then disabling the default-enabled proguard I'd much more interested in learning if and how this mechanism can be used to define different source sets and as such different configurations for one and the same desktop application, similar to what AGP offers for years on Android. I couldn't find any documentation other than the sources in the Compose Desktop plugin, has anybody more insights here?dead.fish
07/29/2024, 2:39 PM