sandwich
sandwich copied to clipboard
KtorFit version update
Please complete the following information:
- latest version
- Affected Device(s) all
Describe the Bug:
using ktorfit 2.5.1 which is the latest version with the latest version of sandwich library is resulting in duplicate classes issue
HI @Pranathi-pellakuru, sorry for the late response. In this case, you can exclude the Ktorfit dependency on sandwich like the code below:
implementation("com.github.skydoves:sandwich-ktorfit:$version") {
exclude(group = "de.jensklingenberg.ktorfit")
}
@Pranathi-pellakuru A new release 2.1.2 has been published, so you can try again with the new version. Thank you!