mirror of
https://github.com/torlando-tech/columba.git
synced 2025-12-22 13:47:08 +00:00
R8 was obfuscating the KotlinRNodeBridge class to 'c', causing Python to fail when calling bridge.connect() with error: "'c' object has no attribute 'connect'" This prevented the RNode LoRa interface from initializing in release builds. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>