bind data store - VeleSSemecky/Purchase GitHub Wiki
//presentation/com.veles.purchase.presentation.di.module/DataStoreModule/bindDataStore
[androidJvm]\
@Binds
@Singleton
abstract fun bindDataStore(dataStore: DataStoreImpl): DataStore
//presentation/com.veles.purchase.presentation.di.module/DataStoreModule/bindDataStore
[androidJvm]\
@Binds
@Singleton
abstract fun bindDataStore(dataStore: DataStoreImpl): DataStore