package android
Type Members
- trait AndroidAppKotlinModule extends BaseClass with AndroidAppModule with KotlinModule
Trait for building Android applications using the Mill build tool.
Trait for building Android applications using the Mill build tool.
This trait defines all the necessary steps for building an Android app from Kotlin sources, integrating both Android-specific tasks and generic Kotlin tasks by extending the KotlinModule (for standard Kotlin tasks) and AndroidAppModule (for Android Application Workflow Process).
It provides a structured way to handle various steps in the Android app build process, including compiling Kotlin sources, creating DEX files, generating resources, packaging APKs, optimizing, and signing APKs.
- Annotations
- @experimental()