api / org.gradle.plugins.ide.api / GeneratorTask / getInputFile

getInputFile

@Internal("Covered by inputFileIfExists") open fun getInputFile(): File

The input file to load the initial configuration from. Defaults to the output file. If the specified input file does not exist, this task uses some default initial configuration.

Return
The input file.