refactor: simplify app bootstrap and root errors

This commit is contained in:
Codex
2026-05-18 20:46:46 +03:00
parent 514b8859c7
commit ff8e2fdd49
5 changed files with 58 additions and 19 deletions
@@ -25,6 +25,7 @@ internal fun Project.configureKotlinAndroid(
commonExtension.apply {
compileSdk = getVersionInt("compileSdk")
buildToolsVersion = "36.1.0"
}
configureKotlin<KotlinAndroidProjectExtension>()