Temporary comment out throws usage in code
Until new `throws` will be in bootstrap
This commit is contained in:
+1
-1
@@ -22,6 +22,6 @@ public trait CommandLineProcessor {
|
||||
public val pluginId: String
|
||||
public val pluginOptions: Collection<CliOption>
|
||||
|
||||
[throws(javaClass<CliOptionProcessingException>())]
|
||||
// throws(CliOptionProcessingException::class)
|
||||
public fun processOption(option: CliOption, value: String, configuration: CompilerConfiguration)
|
||||
}
|
||||
Reference in New Issue
Block a user