diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e0679a8f2..31ff8234b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ androidX-activity = "1.6.1" androidX-appCompat = "1.6.0" androidX-collection = "1.2.0" androidX-compose = "1.3.1" -androidX-composeCompiler = "1.4.0-dev-k1.8.0-33c0ad36f83" +androidX-composeCompiler = "1.4.0" androidX-core = "1.9.0" androidX-fragment = "1.5.5" androidX-lifecycle = "2.5.1" diff --git a/settings.gradle.kts b/settings.gradle.kts index af27c78e0..29c47a88d 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,9 +10,6 @@ dependencyResolutionManagement { repositories { google() mavenCentral() - - // Need to use the 'dev' Compose Compiler for Kotlin 1.8.0 support - maven("https://androidx.dev/storage/compose-compiler/repository/") } }