Hi, did anyone successfully migrate to AndroidX (which is now in beta)? Did you observe any build time impact (positive or negative) with jetifier enabled for compat with third-party libs relying on pre-AndroidX support libraries?
r
rkeazor
07/08/2018, 4:23 PM
Mann that migration wasn’t easy lol… The only issue is that you have to hope all your 3rd party dependencies that were using the support Library before have a up to date version that uses AndroidX. For instance I ran into issues with Glide library. and had to use a snapshot version of it