[Gradle][Minor] Remove redundant args.moduleName = compilerOptions.moduleName.orNull
KTIJ-24976
This commit is contained in:
committed by
Space Team
parent
1844aab35d
commit
b8f8b9b344
-3
@@ -226,13 +226,10 @@ abstract class KotlinCompile @Inject constructor(
|
||||
args.pluginOptions = (pluginOptions.toSingleCompilerPluginOptions() + kotlinPluginData?.orNull?.options)
|
||||
.arguments.toTypedArray()
|
||||
|
||||
args.moduleName = compilerOptions.moduleName.orNull
|
||||
|
||||
args.destinationAsFile = destinationDirectory.get().asFile
|
||||
|
||||
args.javaPackagePrefix = javaPackagePrefix
|
||||
|
||||
|
||||
if (compilerOptions.usesK2.get()) {
|
||||
args.fragments = multiplatformStructure.fragmentsCompilerArgs
|
||||
args.fragmentRefines = multiplatformStructure.fragmentRefinesCompilerArgs
|
||||
|
||||
Reference in New Issue
Block a user