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>
|
val additionalCompilerOptions: Collection<String>
|
||||||
@Input get() = compilation.extraOpts
|
@Input get() = compilation.extraOpts
|
||||||
|
|
||||||
|
// We manually register this property as output file or directory depending on output kind.
|
||||||
@OutputFile
|
@Internal
|
||||||
val outputFile: Property<File> = project.objects.property(File::class.java)
|
val outputFile: Property<File> = project.objects.property(File::class.java)
|
||||||
|
|
||||||
// endregion
|
// endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user