Skip to content

Commit e228c08

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/network/build.gradle.kts

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies {
3737
implementation(libs.retrofit.moshi.converter)
3838
implementation(libs.moshi)
3939
implementation(libs.retrofit.moshi.codegen)
40+
implementation(libs.moshi.kotlin)
4041
}
4142

4243
fun getApiKey(propertyKey: String): String {

0 commit comments

Comments
 (0)