All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wtf.emulator.GradleCompat Maven / Gradle / Ivy

Go to download

With this Gradle plugin you can run your Android instrumentation tests with emulator.wtf

There is a newer version: 0.18.0
Show newest version
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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy