Unfortunately the default Android Studio template has a lot of unnecessary stuff that has to be removed every time. And does not have things that are needed, such as splash screen or build scripts using kotlin dsl. This template was created to fix that
- src/main/kotlin instead of src/main/java
- minimum number of dependencies
- useful Manifest attributes
- edge-to-edge support
- build.gradle.kts
- proguard rules
- no xml layouts
- splash screen
- change package name
- replace all
template
andTemplate
with your app name - replace
ic_launcher_background
andic_launcher_foreground
with the resources for your application