Annotate KotlinNativeCompile#outputFile
This commit is contained in:
+1
@@ -59,6 +59,7 @@ open class KotlinNativeCompile : DefaultTask() {
|
||||
@Input get() = compilation.extraOpts
|
||||
|
||||
|
||||
@OutputFile
|
||||
val outputFile: Property<File> = project.objects.property(File::class.java)
|
||||
|
||||
// endregion
|
||||
|
||||
Reference in New Issue
Block a user