From 5e65df09e6a1be46032de3040d38a6e0f244d59c Mon Sep 17 00:00:00 2001 From: casperjr Date: Mon, 13 Oct 2025 17:14:06 +0900 Subject: [PATCH] =?UTF-8?q?[FIX]:=20datastore=20=EC=9D=98=EC=A1=B4?= =?UTF-8?q?=EC=84=B1=20=EB=88=84=EB=9D=BD=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composeApp/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composeApp/build.gradle.kts b/composeApp/build.gradle.kts index 6181efb..5f7193e 100644 --- a/composeApp/build.gradle.kts +++ b/composeApp/build.gradle.kts @@ -105,6 +105,9 @@ kotlin { implementation(libs.coil.compose) implementation(libs.coil.network.ktor3) implementation(libs.coil.svg) + // DataStore + implementation(libs.datastore) + implementation(libs.datastore.preferences) } commonTest.dependencies { implementation(libs.kotlin.test)