Android代码-gradle-nullaway-plugin

时间:2022-08-26 01:28:47
【文件属性】:
文件名称:Android代码-gradle-nullaway-plugin
文件大小:73KB
文件格式:ZIP
更新时间:2022-08-26 01:28:47
Android代码 gradle-nullaway-plugin This plugin is a companion to the net.ltgt.errorprone Gradle plugin that adds a Gradle DSL to configure NullAway Requirements This plugin requires using at least Gradle 5.2, and applying the net.ltgt.errorprone plugin (it won't do anything otherwise). Usage plugins { id("net.ltgt.errorprone") version "" id("net.ltgt.nullaway") version "" } then add the NullAway dependency to the errorprone configuration: dependencies { errorprone("com.uber.nullaway:nullaway:$nu
【文件预览】:
gradle-nullaway-plugin-master
----build.gradle.kts(4KB)
----.gitignore(17B)
----src()
--------main()
--------test()
----.travis.yml(587B)
----gradlew(6KB)
----LICENSE(11KB)
----README.md(5KB)
----gradlew.bat(3KB)
----gradle()
--------wrapper()
----settings.gradle.kts(44B)

网友评论