android Generated Classes
Add all classes generated by Android plugin to filters.
It is shortcut for:
classes(
"*Fragment",
"*Fragment\$*",
"*Activity",
"*Activity\$*",
"*.databinding.*",
"*.BuildConfig"
)
Content copied to clipboard