What problem does it solve? Integrating the Zello push-to-talk SDK into an Expo managed workflow produces obscure build failures, silent runtime errors, and platform-specific permission problems that are hard to diagnose without prior experience. ## Core Features & Use Cases - Build Error Resolution: Fix Hilt/Dagger annotation processor failures, missing Zello Maven repositories, and duplicate Kotlin class errors via expo-build-properties configuration. - Runtime Issue Diagnosis: Resolve "not connected" PTT errors, missing incoming audio, and silently denied microphone permissions on Android 11+. - Expo-Specific Guidance: Handle Expo Go incompatibility, Metro bundler cache problems, and EAS build timeouts caused by Zello's native dependencies. - Use Case: Your EAS build fails with a Hilt ProcessedRootSentinel error after adding @zelloptt/react-native-zello-sdk; this Skill walks you through configuring kotlinVersion and packaging options to get a green build. ## Quick Start Ask the assistant to diagnose why the Zello SDK build is failing with a Hilt annotation processor error in your Expo project.