<@U0B9S0W2D> I'm surprised Kotlin reflection is ca...
# jackson-kotlin
a
@danny I'm surprised Kotlin reflection is causing a class load call on the signature every time, I think it is really just trying to get the class by name. I can look at caching in the module to avoid this. it looks like there is a lazy cached soft reference already in Kotlin reflection but maybe that object is being thrown away (the object containing the soft reference)