From 44323a6743c553e27ca84f49ecf928da03474515 Mon Sep 17 00:00:00 2001 From: lisonge Date: Fri, 10 May 2024 21:00:58 +0800 Subject: [PATCH] perf: update packagingOptions.resources.excludes --- app/build.gradle.kts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6a0378694..e8ac74cd9 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -139,7 +139,12 @@ android { // https://github.com/Kotlin/kotlinx.coroutines/issues/2023 "META-INF/**", "**/attach_hotspot_windows.dll", - "**.properties", "**.bin", "**/*.proto" + "**.properties", "**.bin", "**/*.proto", + "**/kotlin-tooling-metadata.json", + + // ktor + "**/custom.config.conf", + "**/custom.config.yaml", ) configurations.configureEach { // https://github.com/Kotlin/kotlinx.coroutines/issues/2023