I used okhttp3 in a previous project for http requests. My needs are pretty simple (I think). Infrequent gets and posts with json bodies. Need to build/deconstruct URIs. Ok is a Java library, I'm curious if there are any recommendations for something current, lightweight, in Kotlin. I don't need caching either (in fact, I often have to go out of my way to disable it)