I'm trying to migrate to AndroidX and we use this library in our project. However, this is currently causing an issue in our project:
Unable to resolve dependency for ':module@buildType/compileClasspath': Failed to transform file 'localytics-1.3.0.aar' to match attributes {artifactType=processed-aar} using transform JetifyTransform
Removing the library makes this issue disappear. Is there any workaround that would allow me to migrate to AndroidX til this library is migrated?
Per the documentation: https://developer.android.com/jetpack/androidx/migrate
I have updated my gradle.properties. The issue is not with setup, the issue is that localytics does not seem to support androidX. I want to confirm this if anyone knows since contacting them results in no answer (they have poor costumer service).
Someone posted a patch on Github: