The interop guide says: > Enums can be mapped t...
# kotlin-native
n
The interop guide says:
Enums 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).