Hi community 👋
This article writes about how to setup chucker with Ktor.
It requires to setup Ktor with OkHttp engine.
Is it possible to use Chucker with Ktor CIO engine?
g
gammax
02/18/2025, 2:42 PM
nope is not because Chucker is an OkHTTP Based library
v
Vlad
02/18/2025, 3:41 PM
Ok, thank you.
Any known alternatives to Chucker, to recommend, which can be used with CIO?
g
gammax
02/18/2025, 5:39 PM
Nope
👌 1
gratitude thank you 1
c
Colton Idle
02/24/2025, 6:01 PM
You can use ktor with okhttp though. And in that case chucker just works. That's what I do. I use ktor... but i use okhttp engine because all of my other network stuff on android depends on interceptors.
v
Vlad
02/24/2025, 6:06 PM
Yes, that is an option, but if ok with not using CIO.