tarek
09/23/2017, 9:54 AM“enums often require more than twice as much memory as static constants. You should strictly avoid using enums on Android.“is that rule still valid in Kotlin or Kotlin treats enums in another way? I searched here (#android) but I didn’t find an answer, but I found that on StackOverflow: https://stackoverflow.com/a/44349448/3311219 can anyone confirm that answer?