trying to run the kotlin/native samples with the g...
# kotlin-native
k
trying to run the kotlin/native samples with the gradle setup and having some issues getting it to sync. Anyone seen this?
Copy code
Caused by: java.io.IOException: Cannot run program "/Users/kfowler/Development/Kotlin/kotlin-native/dist/dependencies/clang-llvm-3.9.0-darwin-macos/bin/clang++" (in directory "/Users/kfowler/Development/Kotlin/kotlin-native/common/build/macbook/hash"): error=2, No such file or directory
        at net.rubygrapefruit.platform.internal.DefaultProcessLauncher.start(DefaultProcessLauncher.java:25)
        ... 4 more
Caused by: java.io.IOException: error=2, No such file or directory
        ... 5 more
o
kyle: try ./gradlew dependencies:update
k
the dependencies:update worked. thanks!