forked from melod1n/fast-messenger
refactor: simplify app bootstrap and root errors
This commit is contained in:
@@ -25,6 +25,7 @@ internal fun Project.configureKotlinAndroid(
|
||||
|
||||
commonExtension.apply {
|
||||
compileSdk = getVersionInt("compileSdk")
|
||||
buildToolsVersion = "36.1.0"
|
||||
}
|
||||
|
||||
configureKotlin<KotlinAndroidProjectExtension>()
|
||||
|
||||
Reference in New Issue
Block a user