As of 1.1.0, kapt3 is adding underscores to proper...
# kapt
g
As of 1.1.0, kapt3 is adding underscores to property names which are java keywords. For example:
val new: Int
becomes
private final int _new_ = 0;
in the java stub file