is there anything similar to bundler (ruby) and cocoa pods (ios) for managing dependencies in Android?
Cocoapods is the dependency manager for iOS. Just like npm is for JavaScript (more specifically Node. js) projects.
CocoaPods Support in the Kotlin Multiplatform Mobile Plugin for AppCode. Stanislav Dombrovsky September 14, 2021. Français. Kotlin Multiplatform Mobile plugin for AppCode helps you develop applications for Android and iOS using the unified Gradle project model and provides cross-language code assistance.
With the advent of Swift 3.0, Apple has released an official package manager called Swift Package Manager (AKA SPM or SwiftPM), that helps us manage dependencies. But there are two other package managers out there: CocoaPods and Carthage.
Gradle + Maven Central seems to be the Android equivalent.
The maven-android plugin provides similar dependency management. If all of the dependencies are in Maven Central, a typically a simple mvn clean install
will build your Android project.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With