abstract class IncrementalSignal : BuildService<None>
This signal is used to share state between the task above and Kotlin compile tasks.
IncrementalSignal()
This signal is used to share state between the task above and Kotlin compile tasks. |
fun isIncremental(projectPath: String): Boolean? |
|
fun setIncremental(projectPath: String, incremental: Boolean): Unit |
fun registerIfAbsent(project: Project): Provider<IncrementalSignal> |