jvmMain.com.mmk.kmpauth.google.di.GoogleAuthModule.jvm.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kmpauth-google-jvm Show documentation
Show all versions of kmpauth-google-jvm Show documentation
Kotlin Multiplatform Authentication Library targeting ios and android
The newest version!
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