Darryl Pierce
03/26/2025, 2:34 PMDarryl Pierce
03/26/2025, 2:56 PMdiff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 07ae32b..4c2562e 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -1,5 +1,5 @@
[versions]
-android-gradle-plugin = "8.5.0"
+android-gradle-plugin = "8.9.1"
sonarqube-plugin = "4.4.1.3373"
kotlin = "1.9.24"
activity-compose = "1.8.0"
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index b7f6793..3ca022e 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
#Sat Feb 17 16:54:35 EST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Now I'm trying to upgrade the Compose compiler following these directions:
https://developer.android.com/develop/ui/compose/compiler
and am having no luck. Adding the version reference and the plugin to the libs.version.toml file and the root gradle file worked. But when I added the plugin reference to my shared module and android app it gives me 21 errors and fails.Darryl Pierce
03/26/2025, 6:44 PMDarryl Pierce
03/26/2025, 6:45 PMJacob Ras
03/26/2025, 11:00 PMDarryl Pierce
03/27/2025, 1:44 PMDarryl Pierce
03/27/2025, 1:56 PMDarryl Pierce
03/27/2025, 1:56 PMe: org.jetbrains.kotlin.gradle.plugin.ide.dependencyResolvers.IdeCommonizedNativePlatformDependencyResolver failed on :shared::shared/appleMain
java.lang.NoSuchMethodError: 'org.jetbrains.kotlin.library.impl.BuiltInsPlatform org.jetbrains.kotlin.library.KotlinLibraryKt.getBuiltInsPlatform(org.jetbrains.kotlin.library.BaseKotlinLibrary)'
at org.jetbrains.kotlin.gradle.plugin.ide.FactoriesKt.KlibExtra(factories.kt:82)