Andrew Reed
03/16/2023, 2:52 PMe: Compilation failed: Linking globals named 'knifunptr_cocoapods_FirebaseCore0_FIRFirebaseVersion': symbol multiply defined!
Which is because two of my dependancies both depend on firebase. How would i get around this issue?
I have a KMM library called A, A depends on two other KMM libraries called B and C, both B and C depend on a Firebase wrapper(they both pull in FirebaseCore).
So when i compile my KMM library(A), it throws the error that the same library has been pulled in twice 😢