Fixed
Status Update
Comments
mk...@mozilla.com <mk...@mozilla.com> #2
Hey, sorry if I wasn't clear in my report. It is not about Jetifier. Jetifier works correctly and I can build an AndroidX project depending on 'android.arch.work:work-runtime:1.0.0'. Jetifier correctly rewrites this non-AndroidX dependency to use AndroidX.
The report is about the "Migrate to AndroidX" refactoring/wizard in Android Studio, which is supposed to edit files in my project to update dependencies and import statements.
Also sorry if you're just tracking issues with this refactoring in the same component as Jetifier and I incorrectly assumed that using it meant my report was misunderstood.
The report is about the "Migrate to AndroidX" refactoring/wizard in Android Studio, which is supposed to edit files in my project to update dependencies and import statements.
Also sorry if you're just tracking issues with this refactoring in the same component as Jetifier and I incorrectly assumed that using it meant my report was misunderstood.
il...@google.com <il...@google.com> #3
Jetifier is also what drives the 'Migrate to AndroidX' tooling.
su...@google.com <su...@google.com>
pa...@google.com <pa...@google.com> #4
Oh, we did not tell to AS folks.
Hey Diego, we need to add new rules to Android Studio to move WorkManager and Navigation.
Can you please work on this with Sumir and Ian(ilake)?
Thanks!
Hey Diego, we need to add new rules to Android Studio to move WorkManager and Navigation.
Can you please work on this with Sumir and Ian(ilake)?
Thanks!
di...@google.com <di...@google.com> #5
Sure. We had the rules commented, I'll restore them.
Description
all required information.
Android Studio 3.5 Beta 3
Build #AI-191.7141.44.35.5585527, built on May 20, 2019
JRE: 1.8.0_202-release-1483-b02 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
macOS 10.14.3
AGP 3.2.1
Steps to Reproduce:
1. Create a non-AndroidX project with a dependency on 'android.arch.work:work-runtime:1.0.0'
2. Use the "Migrate to AndroidX" tool
Expected results:
WorkManager dependency is updated to 'androidx.work:work-runtime:2.0.0' and all the necessary changes in code are applied (there may not be any, not sure).
Actual results:
WorkManager dependency is not touched.