diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c8868bf5..e5a6959b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ agp = "8.2.0-alpha16" benchmark = "1.2.0-beta04" coil = "2.4.0" # @keep used for kotlinCompilerExtensionVersion -composeCompiler = "1.5.2" +composeCompiler = "1.5.3-dev-k1.9.10-593b4c95fce" coroutines = "1.7.3" dagger = "2.47" junit = "5.10.0" -kotlin = "1.9.0" +kotlin = "1.9.10" retrofit = "2.9.0" richtext = "0.17.0" sentry-sdk = "6.28.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 15131df3..cb414738 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -79,7 +79,6 @@ dependencyResolutionManagement { includeGroup("androidx.collection") includeGroup("androidx.compose") includeGroup("androidx.compose.animation") - includeGroup("androidx.compose.compiler") includeGroup("androidx.compose.foundation") includeGroup("androidx.compose.material") includeGroup("androidx.compose.material3") @@ -137,6 +136,10 @@ dependencyResolutionManagement { forRepository { maven("https://jitpack.io") { name = "JitPack" } } filter { includeGroup("com.github.requery") } } + exclusiveContent { + forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") } + filter { includeGroup("androidx.compose.compiler") } + } mavenCentral() } }