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
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ androidxActivity = "1.8.1"
4
4
bouncycastle = " 1.77"
5
5
moshi = " 1.15.0"
6
6
# @keep used for kotlinCompilerExtensionVersion
7
- composeCompiler = " 1.5.5-dev-k1.9.21-163bb051fe5 "
7
+ composeCompiler = " 1.5.6 "
8
8
coroutines = " 1.7.3"
9
9
flowbinding = " 1.2.0"
10
10
hilt = " 2.49"
Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ dependencyResolutionManagement {
87
87
includeGroup(" androidx.cardview" )
88
88
includeGroup(" androidx.collection" )
89
89
includeGroup(" androidx.compose.animation" )
90
+ includeGroup(" androidx.compose.compiler" )
90
91
includeGroup(" androidx.compose.foundation" )
91
92
includeGroup(" androidx.compose.material" )
92
93
includeGroup(" androidx.compose.material3" )
@@ -160,9 +161,9 @@ dependencyResolutionManagement {
160
161
forRepository { maven(" https://storage.googleapis.com/r8-releases/raw" ) }
161
162
filter { includeModule(" com.android.tools" , " r8" ) }
162
163
}
163
- exclusiveContent {
164
- forRepository { maven( " https://androidx.dev/storage/compose-compiler/repository " ) }
165
- filter { includeGroup(" androidx.compose.compiler" ) }
164
+ maven( " https://androidx.dev/storage/compose-compiler/repository " ) {
165
+ name = " Compose Compiler Snapshots "
166
+ content { includeGroup(" androidx.compose.compiler" ) }
166
167
}
167
168
mavenCentral()
168
169
}
You can’t perform that action at this time.
0 commit comments