Skip to content

Commit 31fc1cb

Browse files
authored
Merge pull request #663 from manuel-martos/fix-module-name-clash
Fix module name clash
2 parents e097de6 + 4f3006e commit 31fc1cb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demos/appyx-navigation/common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"))

settings.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ project(":appyx-components:experimental:promoter:common").name = "promoter"
106106
project(":appyx-components:experimental:puzzle15:common").name = "puzzle15"
107107
project(":appyx-components:experimental:puzzle15:web").name = "puzzle15-web"
108108
project(":appyx-components:internal:test-drive:common").name = "test-drive"
109+
project(":demos:image-loader:common").name = "image-loader"
109110
project(":demos:sandbox-appyx-navigation:web").name = "navigation-web"
110111
project(":utils:customisations").name = "utils-customisations"
111112
project(":utils:material3").name = "utils-material3"

0 commit comments

Comments
 (0)