In Android Kotlin is it better to use Enums or Str...
# android
i
In Android Kotlin is it better to use Enums or StringDef, IntDef annotations
a
Enums, compiler optimizes them where it can
5