You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we have multi module setup and in one of module we have chucker dependency : releaseImplementation "com.github.chuckerteam.chucker:library-no-op:3.5.2".
But in main app we have releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.0.0", while building the application it should move chucker dependency directly to 4.0.0 version, however it is giving duplicate class issue among 3.5.2 & 4.0.0.
Click on '....'
Scroll down to '....'
See error:
Duplicate class com.chuckerteam.chucker.api.Chucker found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.ChuckerCollector found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.ChuckerInterceptor found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.ChuckerInterceptor$Builder found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.RetentionManager found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.RetentionManager$Period found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
dependency I have used:
debugImplementation "com.github.chuckerteam.chucker:library:4.0.0"
releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.0.0"
with jitpack.
🔧 Expected behavior
we have multi module setup and in one of module we have chucker dependency : releaseImplementation "com.github.chuckerteam.chucker:library-no-op:3.5.2".
But in main app we have releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.0.0", while building the application it should move chucker dependency directly to 4.0.0 version, however it is giving duplicate class issue among 3.5.2 & 4.0.0.
📷 Screenshots
📱 Tech info
Device:
OS:
Chucker version: 3.5.2 and 4.0.0
📄 Additional context
The text was updated successfully, but these errors were encountered:
✍️ Describe the bug
💣 Steps to reproduce
But in main app we have releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.0.0", while building the application it should move chucker dependency directly to 4.0.0 version, however it is giving duplicate class issue among 3.5.2 & 4.0.0.
Duplicate class com.chuckerteam.chucker.api.Chucker found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.ChuckerCollector found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.ChuckerInterceptor found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.ChuckerInterceptor$Builder found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.RetentionManager found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
Duplicate class com.chuckerteam.chucker.api.RetentionManager$Period found in modules jetified-library-3.5.2-runtime (com.github.chuckerteam.chucker:library:3.5.2) and jetified-library-no-op-4.0.0-runtime (com.github.chuckerteam.chucker:library-no-op:4.0.0)
debugImplementation "com.github.chuckerteam.chucker:library:4.0.0"
releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.0.0"
with jitpack.
🔧 Expected behavior
we have multi module setup and in one of module we have chucker dependency : releaseImplementation "com.github.chuckerteam.chucker:library-no-op:3.5.2".
But in main app we have releaseImplementation "com.github.chuckerteam.chucker:library-no-op:4.0.0", while building the application it should move chucker dependency directly to 4.0.0 version, however it is giving duplicate class issue among 3.5.2 & 4.0.0.
📷 Screenshots
📱 Tech info
📄 Additional context
The text was updated successfully, but these errors were encountered: