isApplicable

abstract fun isApplicable(kotlinCompilation: KotlinCompilation<*>): Boolean

Determines if the Kotlin compiler plugin is applicable for the provided kotlinCompilation.

Return

true if the plugin is applicable to the provided compilation unit, false otherwise.