Skip to content

Commit 432e390

Browse files
committed
✨:: core/data단 build.gradle.kts moshi 추가
1 parent 19c9053 commit 432e390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/data/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ dependencies {
1616
implementation(libs.kotlinx.datetime)
1717
implementation(libs.kotlinx.serialization.json)
1818
implementation(libs.retrofit.moshi.converter)
19+
implementation(libs.retrofit.moshi.codegen)
1920
}

0 commit comments

Comments
 (0)