is there any way so that we can add dependencies l...
# multiplatform
s
is there any way so that we can add dependencies like for firebase in shared dependency and write code for multiple platform in single go
m
cocoapods in KMP module, or you need KMP library like https://github.com/GitLiveApp/firebase-kotlin-sdk
s
thanks