All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.mmk.kmpauth.google.di.GoogleAuthModule.kt Maven / Gradle / Ivy

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