From 6e43e19b1b54164d7d8720045df038e71336310a Mon Sep 17 00:00:00 2001 From: Stevenchou1898 Date: Sat, 8 Mar 2025 01:16:52 -0800 Subject: [PATCH] Update settings.gradle.kts Duplicate entry for alias 'androidx.appcompat': dependency {group='androidx.appcompat', name='appcompat', version='1.6.1'} is replaced with dependency {group='androidx.appcompat', name='appcompat-resources', version='1.6.1'} Then commented this line. --- Android-kotlin-Code/settings.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android-kotlin-Code/settings.gradle.kts b/Android-kotlin-Code/settings.gradle.kts index dadaee1..99cb953 100644 --- a/Android-kotlin-Code/settings.gradle.kts +++ b/Android-kotlin-Code/settings.gradle.kts @@ -51,7 +51,7 @@ dependencyResolutionManagement { library("androidx-activity", "androidx.activity:activity:$activity") library("androidx-fragment", "androidx.fragment:fragment:$fragment") library("androidx-appcompat", "androidx.appcompat:appcompat:$appcompat") - library("androidx-appcompat", "androidx.appcompat:appcompat-resources:$appcompatres") + // library("androidx-appcompat", "androidx.appcompat:appcompat-resources:$appcompatres") library("androidx-coordinator", "androidx.coordinatorlayout:coordinatorlayout:$coordinator") library("androidx-recyclerview", "androidx.recyclerview:recyclerview:$recyclerview") library("androidx-viewpager", "androidx.viewpager2:viewpager2:$viewpager") @@ -64,4 +64,4 @@ dependencyResolutionManagement { library("rikkax-multiprocess", "dev.rikka.rikkax.preference:multiprocess:$multiprocess") } } -} \ No newline at end of file +}