applyToCompilation
abstract fun applyToCompilation(kotlinCompilation: KotlinCompilation<*>): Provider<List<SubpluginOption>>
Applies this Kotlin compiler plugin to the specified applicable kotlinCompilation compilation with the provided compiler plugin options.
Return
A provider for a list of Kotlin compiler plugin options that affect the Kotlin compilation process. The Provider returned by this function may not be queried if the compilation is skipped in the current build.