I have been trying to use this sweet dependency to beautify my app but seems it ain't working. In the past I have used this in my projects and it worked smooth, seems compatibility issues to me.
Error :
> Task :app:checkDebugDuplicateClasses FAILED
Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.9.0-runtime (androidx.core:core:1.9.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.9.0-runtime (androidx.core:core:1.9.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.9.0-runtime (androidx.core:core:1.9.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.9.0-runtime (androidx.core:core:1.9.0) and support-compat-27.0.2-runtime (com.android.support:support-compat:27.0.2)
Hey !
I have been trying to use this sweet dependency to beautify my app but seems it ain't working. In the past I have used this in my projects and it worked smooth, seems compatibility issues to me.
Error :
settings.gradle :
build.gradle (app) :
cc @smhdk @msayan @ayanmehmet