wtf.emulator.GradleCompat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradle-compat-api Show documentation
Show all versions of gradle-compat-api Show documentation
With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf
package wtf.emulator;
import org.gradle.api.Project;
import org.gradle.api.provider.Provider;
public interface GradleCompat {
boolean isConfigurationCacheEnabled();
void addProviderDependency(Project project, String configurationName, Provider notationProvider);
}