Vsevolod Tolstopyatov
Vsevolod Tolstopyatov
Continuing in https://github.com/Kotlin/kotlinx.serialization/issues/2003
Oh, right, I've meant https://github.com/Kotlin/kotlinx.serialization/pull/2015 :)
Is it safe to merge now? Please proceed
FTR: https://stackoverflow.com/questions/54145519/moshi-adapter-to-skip-bad-objects-in-the-listt
Is it going to 1.7.0 or 1.7.20?
The latest 1.4.0-RC release contains a serializer for `Duration`. Plugin support (i.e. automatically detect that `Duration` is serializable) comes in 1.7.20
Hi, do you by any chance have an open-source reproducer?
It is fixed already, the only question is when it will be released. @shanshin knows for sure if it's 1.7.20 or 1.8.0
I believe this is third or fourth time we have a problem with non-cacheable serializer. @sandwwraith maybe it's time to revisit internal code-gen and just prohibit _any_ non-cacheable serializers on...
I second @sandwwraith suggestion. Regarding the initial request, it doesn't seem to be possible from the API perspective -- `SerializersModule` is meant to be immutable, so basically there are only...