fix: Datastore doc
Some checks failed
docs / deploy (push) Has been cancelled

This commit is contained in:
Raphael TEYSSANDIER 2026-02-25 10:25:33 +01:00
parent 018f18e0b5
commit b28e0dc3fb

View file

@ -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: