excludeCompilations

abstract fun excludeCompilations(predicate: (KotlinCompilation<*>) -> Boolean)

Allows including only those KotlinCompilations for which the predicate returns true.

This is a low-level API. Try to avoid using it.