Has anyone been able to to successfully implement Google Auth in compose multiplatform?
I am trying to do it via expect/actual implementation.
It works on Android but keeps failing in iOS.
Copy code
'-[GIDSignIn setConfiguration:]: unrecognized selector sent to instance 0x600000ca2d90'
t
Timofey Solonin
10/19/2023, 11:08 AM
Hi! Is there any chance you could share a reproducer project?