After update AndroidStudio to 3.1 and gradle to 3.1.0 I cannot build my project. I got this error:
Could not determine artifacts for io.realm:realm-android-library:5.0.0: Skipped due to earlier error
I have already tried:
- Clean/Rebuild project
- Invalidate cache and restart
- gradle clean assemble --refresh-dependencies
What should I do to fix this error?