This looks interesting to use for printing expecte...
# kotest-contributors
e
This looks interesting to use for printing expected/actual values. Supports KMP. Wdyt?
s
It would mean bringing in kotlinx serialization
But it is nice
e
Might be worth it? I guess we could always stick to whatever version is compatible with our current Kotlin version?
I’m up for making a small PR to try it out
s
I'm a little reluctant because a testing library shouldn't have too many dependencies, if we add kotlinx serialization, does this mean we're tying more directly into particular versions of kotlin?
e
Yeah I agree. Maybe we can do it as an extension
s
Yes that might be a good idea
a
Looks like I missed this conversation back in Feb but curiously, does Kotest have some other way to get object metadata? That's the only reason I'm using kotlinx-serialization