gradle-plugin / com.squareup.anvil.plugin / IncrementalSignal

IncrementalSignal

abstract class IncrementalSignal : BuildService<None>

This signal is used to share state between the task above and Kotlin compile tasks.

Constructors

<init>

IncrementalSignal()

This signal is used to share state between the task above and Kotlin compile tasks.

Functions

isIncremental

fun isIncremental(projectPath: String): Boolean?

setIncremental

fun setIncremental(projectPath: String, incremental: Boolean): Unit

Companion Object Functions

registerIfAbsent

fun registerIfAbsent(project: Project): Provider<IncrementalSignal>