Assigned
Status Update
Comments
vi...@google.com <vi...@google.com>
tn...@google.com <tn...@google.com> #2
That's not a built in lint check, it's one provided with the AndroidX work manager library; reassigning
Description
Studio Build: N/A Version of Gradle Plugin: 7.0.0-beta02 Version of Gradle: 7.0.0 Version of Java: Java 11 OS: macOS
Have a multi-module project, with a
lib
andapp
module. Declare a subclass ofJobIntentService
in thelib
module. In theapp
module, add the required call toandroidx.work.Configuration.Builder.setJobSchedulerJobIdRange(int, int)
.In AGP 4.2.1, no lint issue is raised, but in AGP 7's incremental lint mode a lint issue is erroneously raised.