Fix validation warning for Kotlin/Native compilation task
This commit is contained in:
committed by
Ilya Matveev
parent
ed7da870cf
commit
091e680196
+2
-2
@@ -58,8 +58,8 @@ open class KotlinNativeCompile : DefaultTask() {
|
||||
val additionalCompilerOptions: Collection<String>
|
||||
@Input get() = compilation.extraOpts
|
||||
|
||||
|
||||
@OutputFile
|
||||
// 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)
|
||||
|
||||
// endregion
|
||||
|
||||
Reference in New Issue
Block a user