Using `IntDef` annotation on Android for example. ...
# announcements
k
Using
IntDef
annotation on Android for example. I have to either clutter the code with
toLong
everywhere, or declare my flags as longs, both of which aren't cool