I have a question about kotlinx.serialization and kotlin-reflect.
I see that Serialization uses reflect, but fast search in
https://github.com/Kotlin/kotlinx.serialization shows only 3 usages (isSubclassOf and companionObjectInstance)
Am I missed something and kotlin-reflect is required or there is some hope that kotlinx.serialization can work without kotlin-reflect in future?
I’m asking because we still do not use kotlin-reflect in our Android app because it’s a big dependency.