Is there a neat way to go from an `Int` in an `@In...
# android
r
Is there a neat way to go from an
Int
in an
@IntDef
to the string representing the constant name, for easier debug logging?
🚫 1