For our compose desktop app I would like to have m...
# compose-desktop
d
For our compose desktop app I would like to have multiple build variants, like Android build flavours. Is this at all possible using the Gradle plugin? I don’t see a way to define multiple applications and/or distributions using
compose.desktop {}
o
Would creating one app module per build variant work for you? (The app modules could be tiny, with the bulk of code sitting in library modules, imported as needed.)
d
It's something I considered, but we actually have 2 ‘dimensions’, which means 10 total different variants