android / kotlin-multiplatform-samples

Samples showcasing the experimental Kotlin Multiplatform Jetpack libraries
https://androidx.github.io/kmp-eap-docs/
Apache License 2.0
917 stars 83 forks source link

Dependency injection - koin - datastore - Kmm #4

Closed ismai117 closed 1 year ago

ismai117 commented 1 year ago

Hi, how do we create an instance for datastore using Koin?

zsmb13 commented 1 year ago

To see how to create an instance, see the implementation of the getDataStore functions in the DiceRoller sample app.

As far as this relates to Koin, make sure that the DataStore instance you've created is a singleton within your application.