Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 56a21e1

Browse files
committed
chore(deps): bump Compose Compiler to 1.4.8-dev-k1.9.0-RC-5532d15c918
1 parent 214140d commit 56a21e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ agp = "8.2.0-alpha10"
33
androidxActivity = "1.7.2"
44
bouncycastle = "1.75"
55
# @keep used for kotlinCompilerExtensionVersion
6-
composeCompiler = "1.4.8"
6+
composeCompiler = "1.4.8-dev-k1.9.0-RC-5532d15c918"
77
coroutines = "1.7.2"
88
flowbinding = "1.2.0"
99
hilt = "2.46.1"

settings.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ dependencyResolutionManagement {
7979
includeGroup("androidx.cardview")
8080
includeGroup("androidx.collection")
8181
includeGroup("androidx.compose.animation")
82-
includeGroup("androidx.compose.compiler")
8382
includeGroup("androidx.compose.foundation")
8483
includeGroup("androidx.compose.material")
8584
includeGroup("androidx.compose.material3")
@@ -156,6 +155,10 @@ dependencyResolutionManagement {
156155
forRepository { maven("https://storage.googleapis.com/r8-releases/raw") }
157156
filter { includeModule("com.android.tools", "r8") }
158157
}
158+
exclusiveContent {
159+
forRepository { maven("https://androidx.dev/storage/compose-compiler/repository") }
160+
filter { includeGroup("androidx.compose.compiler") }
161+
}
159162
mavenCentral()
160163
}
161164
}

0 commit comments

Comments
 (0)