mill.kotlinlib.android
package mill.kotlinlib.android
Members list
Type members
Classlikes
trait AndroidAppKotlinModule extends AndroidAppModule, 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.
Attributes
- Source
- AndroidAppKotlinModule.scala
- Supertypes
-
trait KotlinModuletrait AndroidAppModuletrait JavaModuletrait AssemblyModuletrait SemanticDbJavaModuletrait OfflineSupportModuletrait CoursierModuletrait GenIdeaModuletrait RunModuletrait TaskModuletrait JavaModuleBasetrait BspModuletrait WithZincWorkertrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Known subtypes
- Self type
In this article