mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 03:32:38 +08:00
perf: update packagingOptions.resources.excludes
This commit is contained in:
parent
08074bb833
commit
44323a6743
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user