Unexpected JDWP Error: 103. Exception during Retrofit(2.3.0) GET call
I am getting Unexpected JDWP Error: 103 during call to vk.api to fetch some data.
I have found
this topic with related problem, but suggestion from there is already applyed in my application.
So maybe my retrofit configuration is wrong?
Here some code:
Module for DI, using dagger
@Module
class NetworkModule {
@Provides
internal fun...