For example, if a module has the following dependencies ``` dependencies { detektPlugins(":custom_rules") } ``` When checking Kotlin files in this module, can automatically import the rules defined in `custom_rules`.