Mohsen
06/09/2024, 10:14 PMCaused by: org.koin.core.error.NoBeanDefFoundException: No definition found for type 'dev.gitlive.firebase.auth.FirebaseAuth'. Check your Modules configuration and add missing type and/or qualifier!
How I’m using it:
class AuthServiceImpl(
private val auth: FirebaseAuth,
Any ideas how to solve this?
P.S: My guess is it’s because of expect
from the library.Mohsen
06/10/2024, 4:17 PMimport dev.gitlive.firebase.Firebase
import dev.gitlive.firebase.auth.auth
single { Firebase.auth }