A project template(boilerplate) for me to use. Includes most best-practices to me.
Configured with Kotlin and Android(which is quite heavy; excluded by default but can be enabled by uncommenting some lines).
libs.versions.toml: where all dependencies are definedincludeBuild: some wrappers lie here( see utils.kt)core: example module with Kotlin JVM.
When renaming / duplicating this module, seeincludesAll()in settings.gradle.kts.
Virtual permissive license *_*
You can do just anything with this template repository.