open class AnvilExtension |
|
open class AnvilPlugin : KotlinCompilerPluginSupportPlugin |
|
object CheckMixedSourceSet
In a mixed Kotlin / Java source set the Kotlin compiler might crash with an error like this: |
|
abstract class DisableIncrementalCompilationTask : DefaultTask |
|
abstract class IncrementalSignal : BuildService<None>
This signal is used to share state between the task above and Kotlin compile tasks. |