[Gradle][Minor] Kotlin2JsCompile: Make contributeAdditionalCompilerArguments protected

KTIJ-24976
This commit is contained in:
Sebastian Sellmair
2023-04-04 22:09:33 +02:00
committed by Space Team
parent 1cebf24bed
commit 014bb0214f
@@ -292,7 +292,7 @@ abstract class Kotlin2JsCompile @Inject constructor(
}
open fun contributeAdditionalCompilerArguments(context: ContributeCompilerArgumentsContext<K2JSCompilerArguments>) = Unit
protected open fun contributeAdditionalCompilerArguments(context: ContributeCompilerArgumentsContext<K2JSCompilerArguments>) = Unit
override fun callCompilerAsync(
args: K2JSCompilerArguments,