Are there any tools to help inform when there is a...
# android
m
Are there any tools to help inform when there is an alternative
-ktx
dependency that would be better to use? I only recently discovered
firebase-analytics-ktx
and
firebase-crashlytics-ktx
(as well as the whole firebase BoM thing)
👀 1
g
I don’t think that there is a special tool for this except list of ktx extensions on AndroidX website Though, there are some ways to add -ktx dependencies automatically, it’s possible now with Gradle Metadata, but not sure that it in work
👍 1
a
you can glance over the tree view of artifacts on the web; it's a bit manual but it does make them visible. e.g. https://maven.google.com/web/index.html#com.google.firebase
👍 1