Jan
05/22/2022, 6:53 PMJan
05/22/2022, 6:54 PMJan
05/22/2022, 6:54 PMJan
05/22/2022, 6:55 PMJan
05/22/2022, 6:55 PMJan
05/22/2022, 6:55 PMJan
05/22/2022, 6:56 PMPaul Woitaschek
05/22/2022, 7:07 PMJan
05/22/2022, 7:07 PMe: H:\Programming\SupaCompose\Auth\src\androidMain\kotlin\io\github\jan\supacompose\auth\providers\OAuthProvider.kt: (5, 23): Actual class 'OAuthProvider' has no corresponding members for expected class members:
public open expect suspend fun login(supabaseClient: SupabaseClient, onSuccess: suspend (UserSession) -> Unit, onFail: (OAuthFail) -> Unit, credentials: (ExternalAuthConfig.() -> Unit)? = ...): Unit
The following declaration is incompatible because parameter types are different:
public open actual suspend fun login(supabaseClient: [ERROR : SupabaseClient], onSuccess: suspend (UserSession) -> Unit, onFail: (OAuthFail) -> Unit, credentials: (ExternalAuthConfig.() -> Unit)? = ...): Unit
public open expect suspend fun signUp(supabaseClient: SupabaseClient, credentials: ExternalAuthConfig.() -> Unit): Unit
The following declaration is incompatible because parameter types are different:
public open actual suspend fun signUp(supabaseClient: [ERROR : SupabaseClient], credentials: ExternalAuthConfig.() -> Unit): Unit
Jan
05/22/2022, 7:08 PMe: H:\Programming\SupaCompose\Auth\src\androidMain\kotlin\io\github\jan\supacompose\auth\providers\OAuthProvider.kt: (10, 25): Unresolved reference: SupabaseClient
Paul Woitaschek
05/22/2022, 7:09 PMJan
05/22/2022, 7:12 PMJan
05/22/2022, 7:13 PMPaul Woitaschek
05/22/2022, 7:13 PMPaul Woitaschek
05/22/2022, 7:13 PMJan
05/22/2022, 7:14 PMJan
05/22/2022, 7:14 PMPaul Woitaschek
05/22/2022, 7:15 PMPaul Woitaschek
05/22/2022, 7:16 PMPaul Woitaschek
05/22/2022, 7:17 PMPaul Woitaschek
05/22/2022, 7:17 PMJan
05/22/2022, 7:18 PM