From 220ce9c93573a8d9a22b3ba662732e9728826e62 Mon Sep 17 00:00:00 2001 From: koukarine Date: Fri, 20 Dec 2024 14:47:58 -0800 Subject: [PATCH] Fix the duplicated root issue. Remove the redundant project dependency, triggering the "Duplicate content roots" automatic deletion action for the generated commonMain/resources folder. Signed-off-by: koukarine --- samples/testapp/build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/testapp/build.gradle.kts b/samples/testapp/build.gradle.kts index 3137e3c0d..315a975d2 100644 --- a/samples/testapp/build.gradle.kts +++ b/samples/testapp/build.gradle.kts @@ -112,7 +112,6 @@ android { sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml") sourceSets["main"].res.srcDirs("src/androidMain/res") - sourceSets["main"].resources.srcDirs("src/commonMain/resources") defaultConfig { applicationId = "com.android.identity.testapp"