[Gradle][Minor] createCompilerArguments(default) -> createCompilerArguments()
KTIJ-24976
This commit is contained in:
committed by
Space Team
parent
d85d6fc0bb
commit
e5fbb253c5
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user