https://kotlinlang.org logo
#ktor
Title
# ktor
a

aeruhxi

04/16/2018, 11:30 AM
yes I tried importing everything intellij suggested
k

kristofdho

04/16/2018, 11:43 AM
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