<@U31BST3HA> please correct me if I am wrong, but ...
# android
b
@hackugyo please correct me if I am wrong, but proguard doesn't run on library projects first, so it can't remove the function from your library. it should always be there. proguard runs only on the app level, where it includes the configs of all used libraries, and optimized libraries at this time. but not when you create your aar, afaik