File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
demos/appyx-navigation/common Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ kotlin {
3838 api(project(" :utils:utils-customisations" ))
3939 api(project(" :utils:utils-material3" ))
4040 api(project(" :utils:utils-multiplatform" ))
41- api(project(" :demos:image-loader:common " ))
41+ api(project(" :demos:image-loader:image-loader " ))
4242 implementation(project(" :appyx-components:experimental:cards:cards" ))
4343 implementation(project(" :appyx-components:experimental:modal:modal" ))
4444 implementation(project(" :appyx-components:experimental:promoter:promoter" ))
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ project(":appyx-components:experimental:promoter:common").name = "promoter"
106106project(" :appyx-components:experimental:puzzle15:common" ).name = " puzzle15"
107107project(" :appyx-components:experimental:puzzle15:web" ).name = " puzzle15-web"
108108project(" :appyx-components:internal:test-drive:common" ).name = " test-drive"
109+ project(" :demos:image-loader:common" ).name = " image-loader"
109110project(" :demos:sandbox-appyx-navigation:web" ).name = " navigation-web"
110111project(" :utils:customisations" ).name = " utils-customisations"
111112project(" :utils:material3" ).name = " utils-material3"
You can’t perform that action at this time.
0 commit comments