Lately I’m getting randomly:
* What went wrong:
Execution failed for task ':libUI:compileReleaseKotlin'.
> Error while evaluating property 'filteredArgumentsMap' of task ':libUI:compileReleaseKotlin'.
> Could not resolve all files for configuration ':libUI:releaseCompileClasspath'.
> Failed to transform FontAwesomeCompose-1.0.0.aar (com.github.Gurupreet:FontAwesomeCompose:1.0.0) to match attributes {artifactType=android-classes-jar, org.gradle.category=library, org.gradle.dependency.bundling=external, org.gradle.libraryelements=aar, org.gradle.status=release, org.gradle.usage=java-api}.
> Could not download FontAwesomeCompose-1.0.0.aar (com.github.Gurupreet:FontAwesomeCompose:1.0.0)
> Could not get resource 'https://jitpack.io/com/github/Gurupreet/FontAwesomeCompose/1.0.0/FontAwesomeCompose-1.0.0.aar'.
> Could not GET 'https://jitpack.io/com/github/Gurupreet/FontAwesomeCompose/1.0.0/FontAwesomeCompose-1.0.0.aar'.
> Read timed out
I run the code locally and this works fine. I don’t cache gradle.
Any hint to what to do?