Coder Social home page Coder Social logo

rikkax's People

Contributors

alexey71 avatar canyie avatar fox2code avatar fs00 avatar fython avatar haruue avatar rikkaw avatar tclement0922 avatar xerta555 avatar young-lord avatar yujincheng08 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rikkax's Issues

Can not generate apk when buildType is not 'release'

buildTypes and dependencies:

android {
    ...
    defaultConfig {
        ...
    }
    buildTypes {
        release {
            minifyEnabled true
            zipAlignEnabled true
            shrinkResources true
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
        google {
            minifyEnabled true
            zipAlignEnabled true
            shrinkResources true
            proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
        }
    }
    compileOptions {
        ...
    }
    kotlinOptions {
        ...
    }
    buildFeatures {
        ...
    }
    packagingOptions {
        ...
    }
}
configurations.all {
    exclude group: 'dev.rikka.rikkax.appcompat', module: 'appcompat'
}
dependencies {
    implementation fileTree(dir: 'libs', include: ['*.jar'])

    implementation 'androidx.appcompat:appcompat:1.5.0'
    implementation 'androidx.core:core-ktx:1.8.0'
    implementation 'androidx.room:room-runtime:2.4.3'
    implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
    implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
    implementation 'androidx.preference:preference:1.2.0'
    implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1'
    kapt 'androidx.room:room-compiler:2.4.3'

    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'

    implementation 'com.microsoft.appcenter:appcenter-analytics:4.4.5'
    implementation 'com.microsoft.appcenter:appcenter-crashes:4.4.5'

    //implementation 'dev.rikka.rikkax.appcompat:appcompat:1.5.0'
    //implementation 'dev.rikka.rikkax.material:material:2.5.1'
    implementation "dev.rikka.rikkax.material:material-preference:2.0.0"

    implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.9'
    implementation 'com.squareup.retrofit2:retrofit:2.9.0'
    implementation 'com.squareup.retrofit2:converter-gson:2.9.0'

    compileOnly 'de.robv.android.xposed:api:82'

    implementation 'org.lsposed.hiddenapibypass:hiddenapibypass:4.3'

    testImplementation 'junit:junit:4.13.2'
    androidTestImplementation 'androidx.test.ext:junit:1.1.3'
    androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}

image

and when I try to generate a apk file typed google, gradle occur a failure:
message.log

How to use this libarry

Actually i like your material design libary and i want to making my new xposed module and i want to make ui like your app shizku so how can use these libary? It will help me alot

Duplicate class

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)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.