Does anyone know how to get the native-cocoapods p...
# multiplatform
m
Does anyone know how to get the native-cocoapods plugin to use bundler instead of calling
pod install
directly? IE it should call
bundle exec pod install
or wrap the entire gradle sync in
bundle exec
@coolcat Did you find a solution for this? https://kotlinlang.slack.com/archives/C3PQML5NU/p1626901552430600?thread_ts=1626900421.427100&cid=C3PQML5NU
c
haha nope
m
i ended up creating a wrapper executable that calls
bundle exec pod $@
and a script that sets
kotlin.apple.cocoapods.bin
in
local.properties
to the wrapper executable