## :writing_hand: Describe the bug <!-- A clear and concise description of what the bug is. --> ## :bomb: Steps to reproduce <!-- How we can reproduce the behavior: --> 1. Add dependencies to app build.gradle file dependencies { debugImplementation "com.github.chuckerteam.chucker:library:4.1.0" releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.1.0" } 2. Trying to add ChuckerInterceptor to my OkHttpClient 3. Get error { Unresolved reference: ChuckerInterceptor } ## :camera: Screenshots 
✍️ Describe the bug
💣 Steps to reproduce
dependencies {
debugImplementation "com.github.chuckerteam.chucker:library:4.1.0"
releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.1.0"
}
📷 Screenshots