From b28e0dc3fb848996e20a45c89dd949c4b700700b Mon Sep 17 00:00:00 2001 From: Raphael TEYSSANDIER Date: Wed, 25 Feb 2026 10:25:33 +0100 Subject: [PATCH] fix: Datastore doc --- docs/sharedpref.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sharedpref.md b/docs/sharedpref.md index 1b31879d..03c4bae7 100644 --- a/docs/sharedpref.md +++ b/docs/sharedpref.md @@ -25,7 +25,8 @@ To support Jetpack DataStore, ensure you have the `flocon-datastore` dependency: ```kotlin // build.gradle.kts -implementation("io.github.openflocon:flocon-datastore:version") +debugImplementation("io.github.openflocon:flocon-datastores:version") +releaseImplementation("io.github.openflocon:flocon-datastores-no-op:version") ``` Then register your DataStore: