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
Landry Norris
05/05/2022, 9:11 PM
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
Vaios Tsitsonis
05/05/2022, 10:31 PM
I have already done that, but it does not solve the problem :S