Don't use Kotlin/Native home path in up-to-date checks
This commit is contained in:
committed by
Ilya Matveev
parent
7b51cfa804
commit
779030da1b
-3
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user