Skip to content

Instantly share code, notes, and snippets.

@catalinghita8
Last active September 6, 2020 15:54
Show Gist options
  • Select an option

  • Save catalinghita8/8b056d354f63a8540aa168e746360367 to your computer and use it in GitHub Desktop.

Select an option

Save catalinghita8/8b056d354f63a8540aa168e746360367 to your computer and use it in GitHub Desktop.
@InstallIn(ApplicationComponent::class)
@Module
abstract class SharedStorageModule {
@Binds
@Singleton
abstract fun provideStorage(storage: SharedStorage): ISharedStorage
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment