
# ----------------------------------------------------------------------------
# Build-only annotations (KSP processors consume them at compile-time, they're
# never packaged into the runtime aar). Silence R8 "missing class" warnings on
# downstream minify builds.
# ----------------------------------------------------------------------------
-dontwarn com.taptap.sdk.servicemanager.annotation.Service
-dontwarn com.taptap.sdk.startup.annotation.Initialize
