콘텐츠 메인 API - 코루틴 적용

This commit is contained in:
2023-11-07 16:47:25 +09:00
parent 0e786f46cb
commit ce15025c8d
5 changed files with 116 additions and 48 deletions

View File

@@ -55,6 +55,8 @@ dependencies {
implementation("org.json:json:20230227")
implementation("com.google.code.findbugs:jsr305:3.0.2")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
// firebase admin sdk
implementation("com.google.firebase:firebase-admin:9.2.0")