Closed CrispBull closed 3 years ago
After adding an ios framework like this
kotlin { ... cocoapodsext { summary = "Shared Android/iOS module for SalesRabbit mobile clients" homepage = "https://gitlab.com/salesrabbit/android" pod("AFNetworking") } }
Gradle syncs successfully but I can't access the classes in this dependency anywhere my project. Any reason why this could be happening?
After adding an ios framework like this
Gradle syncs successfully but I can't access the classes in this dependency anywhere my project. Any reason why this could be happening?