Hello, I'm new to koin and gradually migrating my ...
# koin
k
Hello, I'm new to koin and gradually migrating my manual DI to koin in Android. I'm getting this NoSuchFieldError: Companion error with Check Your Modules test from koin. There's no runtime error as of now and app runs fine, but the said test is failed with the error I mentioned. I'm getting this error at
OkhttpClient.Builder
I'm using okhttp3 & okhttp-interceptor : 4.9.0 (no mockserver) retrofit: 2.9.0 moshi-kotin: 1.11.0 I'm aware that this might have something to do with okhttp only but I'm getting this error only while running the test and not at runtime so thought it might have something to do with koin. Thanks!