Hello guys, I'm trying to compile my kmp project o...
# multiplatform
s
Hello guys, I'm trying to compile my kmp project on xcode but I'm getting this error:
Could not initialize class org.codehaus.groovy.runtime.InvokerHelper
, looks like it doesn't find the java_home but I don't understand why because if I execute
./gradlew build
from command line it works, this is only happening on a new mackbook pro, In the older one I have it works as expected, any idea?, I've tested with
zsh
,
sh
and
bash
with no luck. I'm using the cocoapods plugin. We are 4 in the team and is the first time we face this issue