chore: local-build branch - simplified gradle for Android Studio
- Remove benchmark module - Use AGP 8.7.3 + Kotlin 2.0.21 (stable) - Remove ktlint plugin - Simplify app/build.gradle.kts (remove flavor, sourceSet overrides) - Update version catalog with compatible library versions
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
plugins {
|
||||
alias(libs.plugins.android.application) apply false
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
alias(libs.plugins.kotlin.serialization) apply false
|
||||
}
|
||||
Reference in New Issue
Block a user