I got a response here: https://github.com/tbroyer/gradle-errorprone-plugin/issues/125
As stated on this page: https://errorprone.info/bugpatterns, there are two categories of bug patterns - On by default
and Experimental
RemoveUnusedImport
is marked as Experimental
, which means it’s not enabled by default.