文件名称:Android代码-can-i-drop-jetifier
文件大小:147KB
文件格式:ZIP
更新时间:2022-08-26 19:49:57
Android代码
Can I drop Jetifier? Checks whether there are any dependencies using support library instead of AndroidX artifacts. If you migrated to AndroidX, you probably have the Jetifier tool enabled that converts dependencies that still depend on old artifacts to operate on AndroidX classes. Since more and more libraries are migrated to AndroidX, at some point there will be no need to have this tool enabled. This plugin can be used to identify which of the libraries you are using need to be migrated to An
【文件预览】:
can-i-drop-jetifier-master
----build.gradle.kts(392B)
----.gitignore(1010B)
----sample()
--------build.gradle.kts(1KB)
--------.gitignore(7B)
--------src()
--------proguard-rules.pro(751B)
----gradlew(5KB)
----LICENSE(11KB)
----README.md(3KB)
----gradlew.bat(2KB)
----gradle.properties(1KB)
----gradle()
--------wrapper()
----canidropjetifier()
--------build.gradle.kts(986B)
--------src()
--------settings.gradle.kts(0B)
----settings.gradle.kts(181B)