<@U016VMY2A72> <https://github.com/sksamuel/hoplit...
# hoplite
j
That's one scary looking issue up in there 😂
s
lol
j
I assume 191 depends on 190?
s
Yeah I'm updating core now
j
I think maybe the way forward is to try to do: hoplite-serializationx as MPP, then once that's done, move all of the hoplite-json code into the former, and somehow make that implementation optional
s
yeah I agree
j
From what I can tell the json parser does a lot of the work for you in kotlinx-serialization, and I'm not sure I can just get at the guts like you can with jackson
s
the other thing is, as we discussed, in MPP mode you will need to explictly add your parsers
So you can just choose to add JimJsonParser
but on JVM we'll continue to use service loaders?
Alternatively, we can just bump to 2.0, rename hoplite-json to hoplite-jackson
j
hmmm that's an option too
s
I think going MPP is a big enough change to warrant 2.0
j
true
ok I'll monitor 190 and once that's done I'll just try to do hoplite-jimwhatever as a proof of concept
s
ok