This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ agp = "8.2.0-alpha10"
3
3
androidxActivity = " 1.7.2"
4
4
bouncycastle = " 1.75"
5
5
# @keep used for kotlinCompilerExtensionVersion
6
- composeCompiler = " 1.4.8"
6
+ composeCompiler = " 1.4.8-dev-k1.9.0-RC-5532d15c918 "
7
7
coroutines = " 1.7.2"
8
8
flowbinding = " 1.2.0"
9
9
hilt = " 2.46.1"
Original file line number Diff line number Diff line change @@ -79,7 +79,6 @@ dependencyResolutionManagement {
79
79
includeGroup(" androidx.cardview" )
80
80
includeGroup(" androidx.collection" )
81
81
includeGroup(" androidx.compose.animation" )
82
- includeGroup(" androidx.compose.compiler" )
83
82
includeGroup(" androidx.compose.foundation" )
84
83
includeGroup(" androidx.compose.material" )
85
84
includeGroup(" androidx.compose.material3" )
@@ -156,6 +155,10 @@ dependencyResolutionManagement {
156
155
forRepository { maven(" https://storage.googleapis.com/r8-releases/raw" ) }
157
156
filter { includeModule(" com.android.tools" , " r8" ) }
158
157
}
158
+ exclusiveContent {
159
+ forRepository { maven(" https://androidx.dev/storage/compose-compiler/repository" ) }
160
+ filter { includeGroup(" androidx.compose.compiler" ) }
161
+ }
159
162
mavenCentral()
160
163
}
161
164
}
You can’t perform that action at this time.
0 commit comments