Join Slack
Powered by
As of 1.1.0, kapt3 is adding underscores to proper...
# kapt
g
grandstaish
03/03/2017, 1:07 PM
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
Open in Slack
Previous
Next