iosMain.com.mmk.kmpauth.google.di.IosPlatformModule.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kmpauth-google Show documentation
Show all versions of kmpauth-google Show documentation
Kotlin Multiplatform Authentication Library targeting ios and android
package com.mmk.kmpauth.google.di
import com.mmk.kmpauth.google.GoogleAuthProvider
import com.mmk.kmpauth.google.GoogleAuthProviderImpl
import org.koin.core.module.Module
import org.koin.core.module.dsl.factoryOf
import org.koin.dsl.bind
import org.koin.dsl.module
internal actual val googleAuthPlatformModule: Module = module {
factoryOf(::GoogleAuthProviderImpl) bind GoogleAuthProvider::class
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy