public final static String INCOMPATIBLE_VERSION_HINT =
"Most likely the model of that type is not supported in the target Gradle version."
+ "\nTo resolve the problem you can change/upgrade the Gradle version the tooling api connects to.";
public static UnsupportedMethodException unsupportedMethod(String method) {
return new UnsupportedMethodException(formatUnsupportedModelMethod(method));
}