Is there anyone have memory leak problem in ios s...
# ktor
j
Is there anyone have memory leak problem in ios side? I found strange problem that If I call api by Ktor in my Kotlin Presenter(Implement coroutinescope and bind job already). It's make my Presenter not deallocate when ios ViewController is deinit. This problem not happen when I comment line of code that called api by Ktor.