How the Kotlin compiler decides whether to use full qualified names or not when compiling to iOS ?...
a
How the Kotlin compiler decides whether to use full qualified names or not when compiling to iOS ? Like deciding between exporting like
Kotlinx_serialization_jsonJsonElement
versus
JsonElement