Hi, trying to add the pod "Firebase/Messaging" to...
# multiplatform
b
Hi, trying to add the pod "Firebase/Messaging" to my shared build.gradle.kts I get
fatal error: module 'Firebase' not found
Not the first time that I cannot get a pod to install through gradle..
m
I have faced something similar recently. The issue is that we don’t show you the root cause. For my case, after raising it with JB, the team went through it and the cause was related to min SDK version. https://youtrack.jetbrains.com/issue/KT-48686#focus=Comments-27-5181730.0-0
b
Thanks ! I’ll take a look at this