fix: correct tooling versions (Gradle 9.5.1, AGP 8.13.2) and add Kotlin Compose plugin
- AGP 2.1.3 doesn't exist; use 8.13.2 (latest stable 8.x) - Gradle 9.6.1 incompatible with AGP 8.x; use 9.5.1 - Add org.jetbrains.kotlin.plugin.compose (required since Compose MP 1.6.10) - Fix source set access (by getting) and iOS Darwin dependency injection - Remove instrumentedTestVariant (KotlinSourceSetTree unresolved)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
alias(libs.plugins.kotlin.multiplatform) apply false
|
||||
alias(libs.plugins.kotlin.compose) apply false
|
||||
alias(libs.plugins.compose.multiplatform) apply false
|
||||
alias(libs.plugins.kotlin.serialization) apply false
|
||||
alias(libs.plugins.android.application) apply false
|
||||
|
||||
Reference in New Issue
Block a user