doNotCheck

open override var doNotCheck: Set<String>(source)

Set of modules which will not be excluded from error reporting. The most common use-case would be if the module is the root of a dependency graph, like an Android application module, and it needs everything in its classpath for dependency injection purposes.

Since

0.12.0