Skip to content

Commit 424fdb6

Browse files
authored
align namespace
1 parent e6de6c8 commit 424fdb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/feature_photo_detail_shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ kotlin {
157157
}
158158

159159
android {
160-
namespace = "com.hoc081098.compose_multiplatform_kmpviewmodel_sample.features.photo_detail"
160+
namespace = "com.hoc081098.compose_multiplatform_kmpviewmodel_sample.photo_detail"
161161

162162
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
163163
sourceSets["main"].res.srcDirs("src/androidMain/res")

features/feature_search_photo_shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ kotlin {
169169
}
170170

171171
android {
172-
namespace = "com.hoc081098.compose_multiplatform_kmpviewmodel_sample.features.search_photo"
172+
namespace = "com.hoc081098.compose_multiplatform_kmpviewmodel_sample.search_photo"
173173

174174
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
175175
sourceSets["main"].res.srcDirs("src/androidMain/res")

0 commit comments

Comments
 (0)