perf: update packagingOptions.resources.excludes

This commit is contained in:
lisonge 2024-05-10 21:00:58 +08:00
parent 08074bb833
commit 44323a6743

View File

@ -139,7 +139,12 @@ android {
// https://github.com/Kotlin/kotlinx.coroutines/issues/2023 // https://github.com/Kotlin/kotlinx.coroutines/issues/2023
"META-INF/**", "**/attach_hotspot_windows.dll", "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 { configurations.configureEach {
// https://github.com/Kotlin/kotlinx.coroutines/issues/2023 // https://github.com/Kotlin/kotlinx.coroutines/issues/2023