tree: 09d60a1dd931adb6c659f298f886cc24ac4dd9ac [path history] [tgz]
  1. api/
  2. src/
  3. build.gradle.kts
  4. gradle.properties
  5. README.md
adaptive/README.md

Adaptive utilities for Jetpack Compose

Maven Central

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

Download

repositories {
    mavenCentral()
}

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

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