Is it possible to create several distribution conf...
# compose-desktop
p
Is it possible to create several distribution configurations in one Gradle module? I have 2 fat jars in one Gradle module and want each to be packaged in separate DEB.
a
Currently it is not supported. Feel free to add a feature request at https://github.com/JetBrains/compose-jb/issues In the request please describe your use case and provide an example of the desired behaviour (it’s not strictly required, but always helps to understand an issue).
As a workaround you can try to add multiple Gradle subprojects (one application per subproject)