Join Slack
Powered by
hi, anybody know why OkHttpEngine was marked as in...
# ktor
e
edenman
06/01/2021, 3:56 AM
hi, anybody know why OkHttpEngine was marked as internal API?
https://youtrack.jetbrains.com/issue/KTOR-2757
r
russhwolf
06/01/2021, 2:35 PM
I think that's just because you're supposed to use
OkHttp.create { ... }
instead of
OkHttpEngine(...)
.
e
edenman
06/01/2021, 6:02 PM
bingo! thanks Russell
2
Views
Open in Slack
Previous
Next