RuleModule

@Module
interface RuleModule(source)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Binds
@IntoSet
abstract fun bindAnvilFactoryRule(rule: AnvilFactoryRule): ModuleCheckRule<*>
Link copied to clipboard
@Binds
@IntoSet
abstract fun bindDepthRule(rule: DepthRule): ModuleCheckRule<*>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Binds
@IntoSet
abstract fun bindMustBeApiRule(rule: MustBeApiRule): ModuleCheckRule<*>
Link copied to clipboard
Link copied to clipboard
@Binds
@IntoSet
abstract fun bindRedundantRule(rule: RedundantRule): ModuleCheckRule<*>
Link copied to clipboard
@Binds
@IntoSet
abstract fun bindSortDependenciesRule(rule: SortDependenciesRule): ModuleCheckRule<*>
Link copied to clipboard
@Binds
@IntoSet
abstract fun bindSortPluginsRule(rule: SortPluginsRule): ModuleCheckRule<*>
Link copied to clipboard
@Binds
@IntoSet
abstract fun bindUnusedDependencyRule(rule: UnusedDependencyRule): ModuleCheckRule<*>
Link copied to clipboard
@Binds
@IntoSet
abstract fun bindUnusedKaptPluginRule(rule: UnusedKaptPluginRule): ModuleCheckRule<*>
Link copied to clipboard