All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jetbrains.kotlin.gradle.plugin.AbstractCompileWithDependenciesTracking.kt Maven / Gradle / Ivy

There is a newer version: 1.3.20
Show newest version
package org.jetbrains.kotlin.gradle.plugin

import org.gradle.api.Task
import org.gradle.api.tasks.compile.AbstractCompile

abstract class AbstractCompileWithDependenciesTracking : AbstractCompile() {
    open fun isDependentTaskOutOfDate(task: Task): Boolean = false
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy