-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.internal.CompilerArgumentAware
public interface CompilerArgumentAwareWithInput<T extends CommonToolArguments> implements CompilerArgumentAware<T>
-
-
Method Summary
Modifier and Type Method Description List<String>
getSerializedCompilerArguments()
List<String>
getDefaultSerializedCompilerArguments()
List<String>
getSerializedCompilerArgumentsIgnoreClasspathIssues()
Map<String, String>
getFilteredArgumentsMap()
-
-
-
Method Detail
-
getSerializedCompilerArguments
@Internal() List<String> getSerializedCompilerArguments()
-
getDefaultSerializedCompilerArguments
@Internal() List<String> getDefaultSerializedCompilerArguments()
-
getSerializedCompilerArgumentsIgnoreClasspathIssues
@Internal() List<String> getSerializedCompilerArgumentsIgnoreClasspathIssues()
-
getFilteredArgumentsMap
@Input() Map<String, String> getFilteredArgumentsMap()
-
-