yes I tried importing everything intellij suggeste...
# ktor
a
yes I tried importing everything intellij suggested
k
seems like the documentation is wrong
Copy code
c.post<Unit>(URL("<https://example.com/>")) {

        }
        c.post<Unit>("<https://example.com/>") {

        }
both should work fine