KotlinCompiler -stubs option
* do not fail on errors * do not analyze function bodies * generate "throw new RuntimeException()" in bytecode
This commit is contained in:
@@ -109,7 +109,7 @@ public class StubClassBuilder extends ClassBuilder {
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean generateCode() {
|
||||
return false;
|
||||
public Mode generateCode() {
|
||||
return Mode.SIGNATURES;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user