swap out json-dsl
What's Changed
Json-dsl is now a separate project and kt-search now uses version 3 of it: https://github.com/jillesvangurp/json-dsl
- use external json-dsl instead of the now obsolete internal one that we removed by @jillesvangurp in #126 There were a few internal changes related to minor API changes in JsonDsl. If you have your own DSLs based on that, you may need to do similar changes. Otherwise, things should be backwards compatible.
Full Changelog: 2.1.24...2.1.25