
# Ensure the Kotlin top-level safe execution helpers used across modules
# are kept with their original class name so that cross-module calls
# like com.bureau.devicefingerprint.tools.ExceptionSafeExecutorKt
# remain resolvable at runtime (avoid NoClassDefFoundError).
-keep class com.bureau.devicefingerprint.tools.ExceptionSafeExecutorKt { *; }
