Don't use Kotlin/Native home path in up-to-date checks

This commit is contained in:
Ilya Matveev
2018-09-06 16:22:10 +07:00
committed by Ilya Matveev
parent 7b51cfa804
commit 779030da1b
@@ -59,9 +59,6 @@ open class KotlinNativeCompile : DefaultTask() {
val kotlinNativeVersion: String
@Input get() = KonanCompilerDownloadTask.compilerVersion.toString()
val kotlinNativeHome: File
@Input get() = project.file(project.konanHome)
// We manually register this property as output file or directory depending on output kind.
@Internal
val outputFile: Property<File> = project.objects.property(File::class.java)