[Gradle][Minor] createCompilerArguments(default) -> createCompilerArguments()

KTIJ-24976
This commit is contained in:
Sebastian Sellmair
2023-04-04 21:52:19 +02:00
committed by Space Team
parent d85d6fc0bb
commit e5fbb253c5
@@ -310,7 +310,7 @@ abstract class AbstractKotlinCompile<T : CommonCompilerArguments> @Inject constr
return
}
val args = createCompilerArguments(default)
val args = createCompilerArguments()
taskBuildCacheableOutputDirectory.get().asFile.mkdirs()
taskBuildLocalStateDirectory.get().asFile.mkdirs()