[Gradle][Minor] KotlinCompilerArgumentsProducer: Use .default in createCompilerArguments
KTIJ-24976
This commit is contained in:
committed by
Space Team
parent
86c33ec97c
commit
8156717e31
+1
-1
@@ -43,7 +43,7 @@ interface KotlinCompilerArgumentsProducer {
|
||||
}
|
||||
|
||||
fun createCompilerArguments(
|
||||
context: CreateCompilerArgumentsContext = CreateCompilerArgumentsContext()
|
||||
context: CreateCompilerArgumentsContext = CreateCompilerArgumentsContext.default
|
||||
): CommonToolArguments
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user