It is possible to configure `cocoapods` plugin to ...
# kotlin-native
m
It is possible to configure
cocoapods
plugin to use bundler when executing
podInstall
task instead of simple
pod install
execution? I’d like to have cocoapods installed via Bundler rather than preinstalled in the system.
a
Currently it’s not possible. But if you remove
podfile
from gradle script then you’ll be able to use
pod install
manually via bundler