Program type already present: android.support.v4.app.INotificationSideChannel$Stub$Proxy code example

Example 1: Program type already present: android.support.v4.app.INotificationSideChannel

android.useAndroidX = true
android.enableJetifier = false

Example 2: Program type already present: android.support.v4.app.INotificationSideChannel

implementation 'com.android.support:appcompat-v7:28.0.0-alpha1'
implementation 'com.android.support:design:28.0.0-alpha1'
implementation 'com.android.support:support-v4:28.0.0-alpha1'

Tags:

Java Example