Skip to content

Commit 525dfac

Browse files
committed
가게 상세 정보 등록 기능 구현
1 parent 3ccfc79 commit 525dfac

File tree

18 files changed

+1001
-34
lines changed

18 files changed

+1001
-34
lines changed

business/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ dependencies {
3838
implementation(libs.compose.navigation)
3939
implementation(libs.coil)
4040
implementation(libs.coil.compose)
41+
implementation(libs.compose.numberPicker)
4142
implementation(project(mapOf("path" to ":domain")))
4243
implementation(project(mapOf("path" to ":data")))
4344
implementation(project(mapOf("path" to ":core")))

0 commit comments

Comments
 (0)