Commit f2c83f97 authored by Mygod's avatar Mygod

Disable RemoveWorkManagerInitializer lint for apps

parent 7be8ba5d
......@@ -75,6 +75,7 @@ fun Project.setupApp() {
proguardFile(getDefaultProguardFile("proguard-android.txt"))
}
}
lintOptions.disable("RemoveWorkManagerInitializer")
packagingOptions {
exclude("**/*.kotlin_*")
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment