Hello, I try to build a project but it fails. I ge...
# multiplatform
v
Hello, I try to build a project but it fails. I get the following error
Copy code
> Could not download kotlin-native-prebuilt-macos-x86_64-1.6.20.tar.gz (:kotlin-native-prebuilt-macos-x86_64:1.6.20)
   > Could not get resource '<https://download.jetbrains.com/kotlin/native/builds/releases/1.6.20/macos-x86_64/kotlin-native-prebuilt-macos-x86_64-1.6.20.tar.gz>'.
      > Read timed out
I can download the file manually. Is this an issue with the IDE? Can I do something with the downloaded file and import it manually?
l
I usually try a gradle clean in cases like this. If that doesn’t fix it, try deleting .gradle and try again. That almost always works for me.
v
I have already done that, but it does not solve the problem :S
After many cleans, invalidates, etc it worked! :S