I'm using it in kwery to register converters from ...
# reflect
a
I'm using it in kwery to register converters from JDBC types to Kotlin properties. I only define converters for the non-null case and compose the optional ones from the non-null ones. However, I need to be able convert the nullable KType to non-nullable to use it as a key: https://github.com/andrewoma/kwery/blob/master/mapper/src/main/kotlin/com/github/andrewoma/kwery/mapper/Converters.kt#L39