natario1
08/09/2023, 3:07 PMEnums can be mapped to either Kotlin enum or integral values, depending on heuristics and the definition file hints.What heuristics exactly? Does anyone know? I always see integral values, never enum. I’d like to get a Kotlin enum without using the def hints (strictEnums).
natario1
08/09/2023, 3:36 PM