We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf8f175 + 5e65df0 commit b9f1574Copy full SHA for b9f1574
1 file changed
composeApp/build.gradle.kts
@@ -105,6 +105,9 @@ kotlin {
105
implementation(libs.coil.compose)
106
implementation(libs.coil.network.ktor3)
107
implementation(libs.coil.svg)
108
+ // DataStore
109
+ implementation(libs.datastore)
110
+ implementation(libs.datastore.preferences)
111
}
112
commonTest.dependencies {
113
implementation(libs.kotlin.test)
0 commit comments