RikkaApps / RikkaX

Rikka's Android libraries.
MIT License
403 stars 49 forks source link

Duplicate class #8

Closed xfqwdsj closed 3 years ago

xfqwdsj commented 3 years ago

Can you solve the duplicate class problem in dev.rikka.rikkax.appcompat:appcompat? Thanks.

My dependencies:

dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    implementation 'com.google.android.material:material:1.3.0'
    implementation 'androidx.annotation:annotation:1.2.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
    implementation "androidx.preference:preference-ktx:1.1.1"
    implementation 'com.xfq:bottomDialog:1.6.1'
    implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.2'
    implementation 'com.squareup.okio:okio:3.0.0-alpha.1'
    implementation 'androidx.core:core-ktx:1.6.0-alpha01'
    implementation "io.noties.markwon:ext-latex:$markwon_version"
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01'
    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test:runner:1.3.0'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
    implementation 'cn.leancloud:storage-android:7.2.6'
    implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
    implementation 'com.alibaba:fastjson:1.2.75'
    implementation 'org.ligboy.retrofit2:converter-fastjson-android:2.2.0'
    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.0'
    implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
    implementation 'com.blankj:utilcodex:1.29.0'
    implementation 'org.litepal.guolindev:core:3.2.1'
    implementation "io.noties.markwon:core:$markwon_version"
    implementation "io.noties.markwon:ext-strikethrough:$markwon_version"
    implementation "io.noties.markwon:ext-tables:4.6.1"
    implementation "io.noties.markwon:ext-tasklist:$markwon_version"
    implementation "io.noties.markwon:html:$markwon_version"
    implementation "io.noties.markwon:image:4.6.1"
    implementation "io.noties.markwon:linkify:4.6.1"
    implementation "io.noties.markwon:syntax-highlight:$markwon_version"
    implementation 'com.google.android:flexbox:2.0.1'
    implementation "dev.chrisbanes.insetter:insetter:0.5.0"
    implementation "dev.rikka.rikkax.core:core:1.3.2"
    implementation "dev.rikka.rikkax.insets:insets:1.1.0"
    implementation "dev.rikka.rikkax.material:material:1.6.5"
    implementation "dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.2.1"
    implementation "dev.rikka.rikkax.widget:borderview:1.0.1"
    implementation "dev.rikka.rikkax.widget:switchbar:1.0.2"
    implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.0.1"
}

Error info:

Duplicate class androidx.appcompat.app.ActionBar found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBar$DisplayOptions found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBar$LayoutParams found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBar$NavigationMode found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBar$OnMenuVisibilityListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBar$OnNavigationListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBar$Tab found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBar$TabListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggle found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggle$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggle$Delegate found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggle$DelegateProvider found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggle$FrameworkActionBarDelegate found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggle$ToolbarCompatDelegate found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggleHoneycomb found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ActionBarDrawerToggleHoneycomb$SetIndicatorInfo found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$4 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$5 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$AlertParams found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$AlertParams$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$AlertParams$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$AlertParams$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$AlertParams$4 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$AlertParams$OnPrepareListViewListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$ButtonHandler found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$CheckedItemAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertController$RecycleListView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertDialog found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AlertDialog$Builder found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatActivity found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegate found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegate$NightMode found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$4 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$5 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ActionBarDrawableToggleImpl found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ActionMenuPresenterCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ActionModeCallbackWrapperV9 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ActionModeCallbackWrapperV9$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$AppCompatWindowCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$AutoBatteryNightModeManager found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$AutoNightModeManager found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$AutoNightModeManager$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$AutoTimeNightModeManager found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ConfigurationImplApi17 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ConfigurationImplApi24 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ConfigurationImplApi26 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ContextThemeWrapperCompatApi17Impl found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$ListMenuDecorView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDelegateImpl$PanelMenuPresenterCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDialog found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDialog$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatDialogFragment found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatViewInflater found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.AppCompatViewInflater$DeclaredOnClickListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.NavItemSelectedListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ResourcesFlusher found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ToolbarActionBar found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ToolbarActionBar$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ToolbarActionBar$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ToolbarActionBar$ActionMenuPresenterCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ToolbarActionBar$MenuBuilderCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.ToolbarActionBar$ToolbarCallbackWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.TwilightCalculator found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.TwilightManager found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.TwilightManager$TwilightState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.WindowDecorActionBar found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.WindowDecorActionBar$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.WindowDecorActionBar$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.WindowDecorActionBar$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.WindowDecorActionBar$ActionModeImpl found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.app.WindowDecorActionBar$TabImpl found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.graphics.drawable.DrawerArrowDrawable found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.graphics.drawable.DrawerArrowDrawable$ArrowDirection found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.text.AllCapsTransformationMethod found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.ActionBarPolicy found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.ActionMode found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.ActionMode$Callback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.CollapsibleActionView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.ContextThemeWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.StandaloneActionMode found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.SupportActionModeWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.SupportActionModeWrapper$CallbackWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.SupportMenuInflater found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.SupportMenuInflater$InflatedOnMenuItemClickListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.SupportMenuInflater$MenuState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.ViewPropertyAnimatorCompatSet found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.ViewPropertyAnimatorCompatSet$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.WindowCallbackWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ActionMenuItem found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ActionMenuItemView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ActionMenuItemView$ActionMenuItemForwardingListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ActionMenuItemView$PopupCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.BaseMenuPresenter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.BaseMenuWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.CascadingMenuPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.CascadingMenuPopup$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.CascadingMenuPopup$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.CascadingMenuPopup$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.CascadingMenuPopup$3$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.CascadingMenuPopup$CascadingMenuInfo found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.CascadingMenuPopup$HorizPosition found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ExpandedMenuView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ListMenuItemView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ListMenuPresenter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ListMenuPresenter$MenuAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuBuilder found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuBuilder$Callback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuBuilder$ItemInvoker found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuDialogHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemImpl found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemImpl$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemWrapperICS found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemWrapperICS$ActionProviderWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemWrapperICS$ActionProviderWrapperJB found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemWrapperICS$CollapsibleActionViewWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemWrapperICS$OnActionExpandListenerWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuItemWrapperICS$OnMenuItemClickListenerWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuPopupHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuPopupHelper$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuPresenter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuPresenter$Callback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuView$ItemView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.MenuWrapperICS found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.ShowableListMenu found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.StandardMenuPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.StandardMenuPopup$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.StandardMenuPopup$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.SubMenuBuilder found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.view.menu.SubMenuWrapperICS found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AbsActionBarView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AbsActionBarView$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AbsActionBarView$VisibilityAnimListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarBackgroundDrawable found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarContainer found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarContextView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarContextView$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarOverlayLayout found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarOverlayLayout$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarOverlayLayout$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarOverlayLayout$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionBarOverlayLayout$LayoutParams found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$ActionButtonSubmenu found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$ActionMenuPopupCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$OpenOverflowRunnable found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$OverflowMenuButton found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$OverflowMenuButton$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$OverflowPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$PopupPresenterCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$SavedState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuPresenter$SavedState$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuView$ActionMenuChildView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuView$ActionMenuPresenterCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuView$LayoutParams found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuView$MenuBuilderCallback found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActionMenuView$OnMenuItemClickListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel$ActivityChooserModelClient found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel$ActivityResolveInfo found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel$ActivitySorter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel$DefaultSorter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel$HistoricalRecord found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel$OnChooseActivityListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserModel$PersistHistoryAsyncTask found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$4 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$5 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$ActivityChooserViewAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$Callbacks found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ActivityChooserView$InnerLayout found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AlertDialogLayout found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatAutoCompleteTextView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatBackgroundHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatButton found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatCheckBox found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatCheckedTextView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatCompoundButtonHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatDrawableManager found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatEditText found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatHintHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatImageButton found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatImageHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatImageView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatPopupWindow found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatProgressBarHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatRadioButton found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatRatingBar found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSeekBar found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSeekBarHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$DialogPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$DropDownAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$DropdownPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$DropdownPopup$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$DropdownPopup$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$DropdownPopup$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$SavedState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$SavedState$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatSpinner$SpinnerPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextClassifierHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextHelper$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl23 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatTextViewAutoSizeHelper$Impl29 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.AppCompatToggleButton found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ButtonBarLayout found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ContentFrameLayout found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ContentFrameLayout$OnAttachListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.DecorContentParent found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.DecorToolbar found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.DialogTitle found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.DropDownListView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.DropDownListView$GateKeeperDrawable found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.DropDownListView$ResolveHoverRunnable found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.FitWindowsFrameLayout found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.FitWindowsLinearLayout found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.FitWindowsViewGroup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ForwardingListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ForwardingListener$DisallowIntercept found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ForwardingListener$TriggerLongPress found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.LinearLayoutCompat found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.LinearLayoutCompat$DividerMode found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.LinearLayoutCompat$LayoutParams found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.LinearLayoutCompat$OrientationMode found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$ListSelectorHider found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$PopupDataSetObserver found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$PopupScrollListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$PopupTouchInterceptor found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ListPopupWindow$ResizePopupRunnable found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.MenuItemHoverListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.MenuPopupWindow found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.PopupMenu found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.PopupMenu$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.PopupMenu$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.PopupMenu$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.PopupMenu$OnDismissListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.PopupMenu$OnMenuItemClickListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.RtlSpacingHelper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ScrollingTabContainerView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ScrollingTabContainerView$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ScrollingTabContainerView$TabAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ScrollingTabContainerView$TabClickListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ScrollingTabContainerView$TabView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ScrollingTabContainerView$VisibilityAnimListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$10 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$4 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$5 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$6 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$7 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$8 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$9 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$OnCloseListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$OnQueryTextListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$OnSuggestionListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$PreQAutoCompleteTextViewReflector found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$SavedState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$SavedState$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$SearchAutoComplete found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$SearchAutoComplete$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SearchView$UpdatableTouchDelegate found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ShareActionProvider found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ShareActionProvider$OnShareTargetSelectedListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ShareActionProvider$ShareActivityChooserModelPolicy found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ShareActionProvider$ShareMenuItemOnMenuItemClickListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SuggestionsAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SuggestionsAdapter$ChildViewCache found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SwitchCompat found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.SwitchCompat$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ThemeUtils found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ThemedSpinnerAdapter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ThemedSpinnerAdapter$Helper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.TintTypedArray found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$3 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$ExpandedActionViewMenuPresenter found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$LayoutParams found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$OnMenuItemClickListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$SavedState found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.Toolbar$SavedState$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ToolbarWidgetWrapper found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ToolbarWidgetWrapper$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ToolbarWidgetWrapper$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.TooltipCompat found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.TooltipCompatHandler found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.TooltipCompatHandler$1 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.TooltipCompatHandler$2 found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.TooltipPopup found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ViewStubCompat found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ViewStubCompat$OnInflateListener found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.ViewUtils found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
Duplicate class androidx.appcompat.widget.WithHint found in modules appcompat-1.2.0-runtime (androidx.appcompat:appcompat:1.2.0) and jetified-appcompat-1.2.0-rc01-runtime (dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01)
RikkaW commented 3 years ago

Add to build.gradle

configurations.all {
    exclude group: 'androidx.appcompat', module: 'appcompat'
}

Or the opposite if you want to use the original version of appcompat

configurations.all {
    exclude group: 'dev.rikka.rikkax.appcompat', module: 'appcompat'
}

The night mode support from appcompat has problems for a very long time, so I have my own version. But the newer version of appcompat changes the behavior of MODE_NIGHT_UNSPECIFIED, it will always try to update recourse config, so I have no choice but to make a modified version of appcompat. If you use the modified version, use rikka.material.app.DayNightDelegate rather than appcompat's.

Other changes of the modified version are 1902d89f, 44b6d651, 700c1bc7, 0e3fad7d and 4b9b63b4.

xfqwdsj commented 3 years ago

OK. Thank you!

xfqwdsj commented 3 years ago

Add to build.gradle

configurations.all {
    exclude group: 'androidx.appcompat', module: 'appcompat'
}

Or the opposite if you want to use the original version of appcompat

configurations.all {
    exclude group: 'dev.rikka.rikkax.appcompat', module: 'appcompat'
}

The night mode support from appcompat has problems for a very long time, so I have my own version. But the newer version of appcompat changes the behavior of MODE_NIGHT_UNSPECIFIED, it will always try to update recourse config, so I have no choice but to make a modified version of appcompat. If you use the modified version, use rikka.material.app.DayNightDelegate rather than appcompat's.

Other changes of the modified version are 1902d89, 44b6d65, 700c1bc, 0e3fad7 and 4b9b63b.

I excluded androidx.appcompat but Android Studio did not find AndroidX. What should I do? There are some screenshots: (This happens no matter if I move the appbar or recyclerView)

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    app:consumeSystemWindowsInsets="start|end"
    app:edgeToEdge="true"
    app:fitsSystemWindowsInsets="start|end"
    tools:context=".Activity">

    <rikka.widget.borderview.BorderRecyclerView
        android:id="@+id/recyclerView"
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:clipToPadding="false"
        android:paddingTop="?attr/actionBarSize"
        app:borderBottomVisibility="never"
        app:borderTopDrawable="@null"
        app:borderTopVisibility="whenTop"
        app:fitsSystemWindowsInsets="top|bottom"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent" />

    <rikka.material.widget.AppBarLayout
        android:id="@+id/appbar"
        style="?appBarStyle"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:fitsSystemWindows="true"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
        app:layout_constraintTop_toTopOf="parent">

        <androidx.appcompat.widget.Toolbar
            android:id="@+id/toolbar"
            android:layout_width="match_parent"
            android:layout_height="?attr/actionBarSize"
            app:subtitleTextAppearance="@android:style/TextAppearance.Material.Widget.Toolbar.Subtitle"
            app:title="@string/string"
            app:titleTextAppearance="@android:style/TextAppearance.Material.Widget.Toolbar.Title" />
    </rikka.material.widget.AppBarLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

(Migrate to AndroidX)

dependencies {
    configurations.all {
        exclude group: 'androidx.appcompat', module: 'appcompat'
    }
    //implementation 'androidx.appcompat:appcompat:1.4.0-alpha01'
    implementation 'com.google.android.material:material:1.3.0'
    implementation 'androidx.core:core-ktx:1.6.0-alpha01'
    implementation 'androidx.annotation:annotation:1.2.0'
    implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
    implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
    implementation 'androidx.preference:preference-ktx:1.1.1'
    implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01'
    implementation "dev.rikka.rikkax.core:core:1.3.2"
    implementation "dev.rikka.rikkax.insets:insets:1.1.0"
    implementation "dev.rikka.rikkax.material:material:1.6.5"
    implementation "dev.rikka.rikkax.recyclerview:recyclerview-ktx:1.2.1"
    implementation "dev.rikka.rikkax.widget:borderview:1.0.1"
    implementation "dev.rikka.rikkax.widget:switchbar:1.0.2"
    implementation "dev.rikka.rikkax.layoutinflater:layoutinflater:1.0.1"
}

If you know how to solve this problem (although it does not affect my work), I would be very grateful! (Can we communicate in Chinese?)

RikkaW commented 3 years ago

Try adding implementation 'dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01' and implementation 'androidx.recyclerview:recyclerview:1.2.0'.

xfqwdsj commented 3 years ago

Try adding implementation 'dev.rikka.rikkax.appcompat:appcompat:1.2.0-rc01' and implementation 'androidx.recyclerview:recyclerview:1.2.0'.

This doesn't work...

xfqwdsj commented 3 years ago

Or can you modify the package name of your Appcompat so that it does not conflict?

RikkaW commented 3 years ago

I want the compatibility for all libraries that uses appcompat, so the package name must be the same.

RikkaW commented 3 years ago

By the way, I don't know what exactly is your problem.

What operation will cause this?

xfqwdsj commented 3 years ago

By the way, I don't know what exactly is your problem.

What operation will cause this?

Move any view in the view containing rikka.widget.borderview.BorderRecyclerView.

RikkaW commented 3 years ago

I only use the designer for preview from the first day and I believe most people are like this. Maybe any view which extends RecyclerView will trigger this problem. 😋

xfqwdsj commented 3 years ago

I only use the designer for preview from the first day and I believe most people are like this. Maybe any view which extends RecyclerView will trigger this problem. 😋

But doing some simple operations like this in the designer is really fast. 👌