1
0
Fork 0
mirror of https://github.com/doukutsu-rs/doukutsu-rs synced 2025-01-15 07:17:00 +00:00

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

View file

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