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:
-1
@@ -81,5 +81,4 @@ interface CompilerArgumentAware<T : CommonToolArguments> : KotlinCompilerArgumen
|
||||
private val includedArgumentTypes = setOf(
|
||||
ArgumentType.Primitive,
|
||||
ArgumentType.PluginClasspath,
|
||||
ArgumentType.DependencyClasspath,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user