Hi,
I'm using the following configuration for crashlytics:
"com.google.firebase:firebase-bom:26.2.0"
"com.google.firebase:firebase-crashlytics-ktx"
Everything works fine with default workflow but I want to do something extra and call
FirebaseCrashlytics.getInstance()
And here comes the problem. I have to set crashlytics-ktx version for that.
Without the version Android studio is throwing an error:
Could not find com.google.firebase:firebase-crashlytics-ktx:.
Any ideas how to resolve it? Do not want to set a version because I'm using bom.
Thanks!