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
alexey.tsvetkov
09/19/2022, 3:50 PM
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).
alexey.tsvetkov
09/19/2022, 3:51 PM
As a workaround you can try to add multiple Gradle subprojects (one application per subproject)