Trying to run multiplatform project, getting this ...
# multiplatform
f
Trying to run multiplatform project, getting this error:
Copy code
bin/sh -c /Users/userxyz/Library/Developer/Xcode/DerivedData/KotlinIOS-bffkgcwzeqsxgugngfheqfvlzlki/Build/Intermediates.noindex/KotlinIOS.build/Debug-iphonesimulator/KotlinIOS.build/Script-47729E7122F480EB00B9B36B.sh
./gradlew: No such file or directory
Command PhaseScriptExecution failed with a nonzero exit code
I understand it can't find gradle wrapper. I have project in /projectroot/ and iOS project in /projectroot/native/KotlinIOS Some quick fix or hint?
Nevermind. fixed
g
how did you fix this?