provide auth with google - VeleSSemecky/Purchase GitHub Wiki
//presentation/com.veles.purchase.presentation.di.module/RepositoryModule/provideAuthWithGoogle
[androidJvm]\
@Singleton
@Binds
abstract fun provideAuthWithGoogle(repository: AuthWithGoogleRepositoryImpl): AuthWithGoogleRepository