[Gradle][Minor] Kotlin2JsCompile: Make contributeAdditionalCompilerArguments protected
KTIJ-24976
This commit is contained in:
committed by
Space Team
parent
1cebf24bed
commit
014bb0214f
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user