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
-1
@@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
|
||||
networkTimeout=10000
|
||||
retries=0
|
||||
retryBackOffMs=500
|
||||
|
||||
Reference in New Issue
Block a user