https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
f

fair_enough

09/29/2019, 10:30 AM
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

Gene Cahill

03/17/2021, 3:50 AM
how did you fix this?