prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.91k stars 1.32k forks source link

Duplicate class android.support.v4.app.INotificationSideChannel #1107

Open chitrabahadur opened 3 years ago

chitrabahadur commented 3 years ago

Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.app.INotificationSideChannel$Stub$Proxy found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.os.IResultReceiver found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.os.IResultReceiver$Stub found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.os.IResultReceiver$Stub$Proxy found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.os.ResultReceiver found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.os.ResultReceiver$1 found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.os.ResultReceiver$MyResultReceiver found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2) Duplicate class android.support.v4.os.ResultReceiver$MyRunnable found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2)

AlexandreGLopes commented 3 years ago

You can add below lines into your gradle.properties file:

android.useAndroidX=true android.enableJetifier=true

martha170687 commented 1 year ago

Thanks for the help