Omit dependency classpath from compiler args

This is in the context of the following issue:
https://youtrack.jetbrains.com/issue/KTIJ-24724
This commit is contained in:
akerimsenol
2023-04-26 14:06:10 +00:00
committed by Space Team
parent abb58f1380
commit 502c3c29cc
@@ -81,5 +81,4 @@ interface CompilerArgumentAware<T : CommonToolArguments> : KotlinCompilerArgumen
private val includedArgumentTypes = setOf(
ArgumentType.Primitive,
ArgumentType.PluginClasspath,
ArgumentType.DependencyClasspath,
)