File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ kotlin {
37
37
38
38
jvmMain. dependencies {
39
39
implementation(libs. skikoCurrentOs)
40
+ implementation(project(" :collection:collection" ))
40
41
implementation(project(" :compose:desktop:desktop" ))
41
42
42
- implementation(" org.jetbrains.compose.material:material-icons-core:1.6.11 " ) {
43
+ implementation(" org.jetbrains.compose.material:material-icons-core:1.7.3 " ) {
43
44
// exclude dependencies, because they override local projects when we build 0.0.0-* version
44
45
// (see https://repo1.maven.org/maven2/org/jetbrains/compose/material/material-icons-core-desktop/1.6.11/material-icons-core-desktop-1.6.11.module)
45
46
exclude group : " org.jetbrains.compose.runtime"
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ kotlin {
173
173
implementation(libs.kotlinCoroutinesCore)
174
174
api(libs.kotlinSerializationCore)
175
175
176
- implementation(" org.jetbrains.compose.material:material-icons-core:1.6.11 " ) {
176
+ implementation(" org.jetbrains.compose.material:material-icons-core:1.7.3 " ) {
177
177
// exclude dependencies, because they override local projects when we build 0.0.0-* version
178
178
// (see https://repo1.maven.org/maven2/org/jetbrains/compose/material/material-icons-core-desktop/1.6.11/material-icons-core-desktop-1.6.11.module)
179
179
exclude(" org.jetbrains.compose.runtime" )
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
96
96
commonMain. dependencies {
97
97
implementation(libs. kotlinStdlib)
98
98
implementation(project(" :collection:collection" ))
99
- implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 " )
99
+ implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.1 " )
100
100
api(project(" :compose:runtime:runtime" ))
101
101
api(" org.jetbrains.androidx.savedstate:savedstate-compose:1.3.0" )
102
102
}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ kotlin {
46
46
implementation(project(" :annotation:annotation" ))
47
47
implementation(project(" :compose:runtime:runtime" ))
48
48
implementation(project(" :compose:ui:ui-util" ))
49
- implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4 " )
49
+ implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.1 " )
50
50
}
51
51
}
52
52
Original file line number Diff line number Diff line change @@ -170,10 +170,11 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
170
170
api project(" :compose:ui:ui-text" )
171
171
api project(" :compose:ui:ui-unit" )
172
172
api project(" :compose:ui:ui-util" )
173
- api(" org.jetbrains.androidx.lifecycle:lifecycle-common:2.8.4" )
174
- implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.8.4" )
175
- implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.8.4" )
176
- implementation(" org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.8.4" )
173
+ api(" org.jetbrains.androidx.lifecycle:lifecycle-common:2.9.1" )
174
+ implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime:2.9.1" )
175
+ implementation(" org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:2.9.1" )
176
+ implementation(" org.jetbrains.androidx.lifecycle:lifecycle-viewmodel:2.9.1" )
177
+ implementation(" org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-savedstate:2.9.1" )
177
178
}
178
179
179
180
androidMain. dependencies {
You can’t perform that action at this time.
0 commit comments