A simple android application template to setup your multimodule app with some extensions to work.
Template has static analysis for your code.
Don't forget to update this places:
- App ID
- AndroidManifest
- Package of the source files
- 100% Kotlin-only template.
- Some core modules for your easy work.
- Jetpack Compose setup ready to use.\
- Plugins for minimal setup in gradle of every module.
- 100% Gradle Kotlin DSL setup.
- Dependency versions managed via
buildSrc
. - Kotlin Static Analysis via
detekt
.
This template is using **Gradle Kotlin DSL ** as well as the Plugin DSL to setup the build.
Dependencies are centralized inside the Gradle Version Catalog in
the libs.versions.toml file in the gradle
folder.
This template is using detekt to analyze the source code,
with the configuration that is stored in the detekt.yml file (the file
has been generated with the detektGenerateConfig
task).