KMPAuth
KMPAuth copied to clipboard
material 3 error in ios
Undefined symbol: _kfun:androidx.compose.material3#androidx_compose_material3_MaterialTheme$stableprop_getter$artificial(){}kotlin.Int
i made the custom ui without using implementation("io.github.mirzemehdi:kmpauth-uihelper:2.4.0-alpha05") this dependency but if i use val googleAuthProvider = GoogleAuthProvider.get() it is getting error because it is internal function we cant use this internal fun get(): GoogleAuthProvider { return GoogleAuthProviderImpl.get() } can anyone help me