commonMain.com.mmk.kmpauth.google.di.GoogleAuthModule.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.GoogleAuthCredentials
import org.koin.core.module.Module
import org.koin.dsl.module
internal fun googleAuthModule(credentials: GoogleAuthCredentials) = module {
factory { credentials }
includes(googleAuthPlatformModule)
}
internal expect val googleAuthPlatformModule: Module
© 2015 - 2024 Weber Informatics LLC | Privacy Policy