just be aware that regex depends on the underlying engine of the target, so it’s not truly multiplatform 😬 https://youtrack.jetbrains.com/issue/KT-49557 But so long as you’re only using the basics, it should be fine.
c
Casey Brooks
06/26/2023, 5:33 PM
I’ve been using
ktor-http
in my Ballast Navigation library. It does work pretty well, but it’s a very large dependency, bringing in a bunch of other HTTP stuff beyond just URI parsing.
I’ve been looking to replace Ktor with this library, which is considerably smaller. At the time that I first released Ballast Navigation, there were some KMP targets I was supporting that it didn’t, but I believe those were the targets that were recently deprecated, so shouldn’t be a problem anymore