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:
parent
a15fd4d190
commit
07b1550cf4
|
@ -66,11 +66,6 @@ android {
|
||||||
excludes += "**/dummy.so"
|
excludes += "**/dummy.so"
|
||||||
}
|
}
|
||||||
|
|
||||||
resources {
|
|
||||||
excludes += "kotlin/**"
|
|
||||||
excludes += "/META-INF/kotlinx_*"
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue