File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
lifecycle-runtime-compose-compatibility-stub
lifecycle-runtime-compose
savedstate/savedstate-compose-compatibility-stub Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ kotlin {
6161 dependencies {
6262 def version = project. findProperty(' artifactRedirection.version.androidx.lifecycle' )
6363 api(" androidx.lifecycle:lifecycle-runtime-compose:$version " )
64+
65+ // Keep direct reference to Compose multiplatform 1.9.x to correctly resolve
66+ // New redirections to Google's artifacts
67+ implementation(project(" :compose:runtime:runtime" ))
6468 }
6569 }
6670 }
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ kotlin {
6262 api(project(" :annotation:annotation" ))
6363 implementation(project(" :lifecycle:lifecycle-common" ))
6464 api project(" :lifecycle:lifecycle-runtime" )
65- api( project(" :compose:runtime:runtime" ) )
65+ api project(" :compose:runtime:runtime" )
6666
6767 implementation(libs. kotlinStdlib)
6868 }
Original file line number Diff line number Diff line change @@ -61,6 +61,10 @@ kotlin {
6161 dependencies {
6262 def version = project. findProperty(' artifactRedirection.version.androidx.savedstate' )
6363 api(" androidx.savedstate:savedstate-compose:$version " )
64+
65+ // Keep direct reference to Compose multiplatform 1.9.x to correctly resolve
66+ // New redirections to Google's artifacts
67+ implementation(project(" :compose:runtime:runtime" ))
6468 }
6569 }
6670 }
You can’t perform that action at this time.
0 commit comments