tree: 0cdb28ccf7ae414b1354c2e54b1bbf391a0bc62a [path history] [tgz]
  1. api/
  2. src/
  3. build.gradle.kts
  4. gradle.properties
  5. README.md
testharness/README.md

Test Harness for Jetpack Compose

Maven Central

For more information, visit the documentation: https://google.github.io/accompanist/testharness

Download

repositories {
    mavenCentral()
}

dependencies {
    implementation "com.google.accompanist:accompanist-testharness:<version>"
}

Snapshots of the development version are available in Sonatype's snapshots repository. These are updated on every commit.