I can not build project and every time I try below error is appear,
Error:Could not initialize class org.gradle.api.internal.artifacts.ivyservice.ivyresolve.strategy.StaticVersionComparator
this is my gradle :
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
}
Thanks!