Fix a number of compiler/IDE warnings in IDE and kapt modules
This commit is contained in:
@@ -31,7 +31,6 @@ fun main(args: Array<String>) {
|
||||
|
||||
if (messageCollector.hasErrors()) {
|
||||
exitProcess(ExitCode.COMPILATION_ERROR.code)
|
||||
return
|
||||
}
|
||||
|
||||
K2JVMCompiler.main(kaptTransformed.toTypedArray())
|
||||
|
||||
Reference in New Issue
Block a user