Revoke remove of kotlin builtins

They may be used by one of dependencies, so maybe it's better to leave them
This commit is contained in:
biroder 2023-03-16 14:12:43 +02:00 committed by alula
parent a15fd4d190
commit 07b1550cf4
1 changed files with 0 additions and 5 deletions

View File

@ -66,11 +66,6 @@ android {
excludes += "**/dummy.so"
}
resources {
excludes += "kotlin/**"
excludes += "/META-INF/kotlinx_*"
}
}
}