Souvlakia

Results 3 issues of Souvlakia

This implements https://github.com/com-lihaoyi/mill/issues/6047#issuecomment-3463884935. ### Changes - AndroidModules now have inner Variant traits that share common tasks. - AppModules also have Release traits which, for now, only override `androidIsDebug` to `false`....

Creating this issue so we can track various attempts on implementing the release module for Mill's android support. Current implementation is a hardcoded boolean task: [androidIsDebug](https://github.com/com-lihaoyi/mill/blob/main/libs/androidlib/src/mill/androidlib/AndroidModule.scala#L87). Goal is to have...

Example (Using zsh): ```./mill show app.co```does not complete to `app.compile` Is this expected?