Moved it from AndroidManifest.xml to build.gradle.kts as namespace (recommended way)
Added dependencies for testing Added tests for stuff in Utils.kt and MainViewModel.kt just to make sure that the setup is working (can move to TDD now) Added repository for database so that code is more testable
Using manifest placeholders now Convert files from Groovy to Kotlin (shouldn't be any errors)