[Gradle] KotlinCompile: Move allowNoSourceFiles = true to KotlinJvmCompilerOptionsHelper

KTIJ-24976
This commit is contained in:
Sebastian Sellmair
2023-04-04 21:56:38 +02:00
committed by Space Team
parent e5fbb253c5
commit 1844aab35d
3 changed files with 3 additions and 2 deletions
@@ -760,6 +760,7 @@ private fun Printer.addAdditionalJvmArgs(implType: FqName) {
println("// Arguments with always default values when used from build tools")
println("args.noStdlib = true")
println("args.noReflect = true")
println("args.allowNoSourceFiles = true")
}
}