wear compose remote
| Latest Update | Stable Release | Release Candidate | Beta Release | Alpha Release |
|---|---|---|---|---|
| March 25, 2026 | - | - | - | 1.0.0-alpha01 |
Declaring dependencies
To add a dependency on wear compose remote, you must add the Google Maven repository to your project. Read Google's Maven repository for more information.
Add the dependencies for the artifacts you need in the build.gradle file for
your app or module:
Groovy
dependencies { // Use to implement wear compose.remotes //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote:" // Use to implement wear compose.remote complications //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source:" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source-ktx:" // Use to implement a compose.remote style and complication editor //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-editor:" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and compose.remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-rendering:" }
Kotlin
dependencies { // Use to implement wear compose.remotes //TODO: Confirm these dependencies implementation("androidx.wear.compose.remote:compose-remote:") // Use to implement wear compose.remote complications //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source:" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-data-source-ktx:" // Use to implement a compose.remote style and complication editor //TODO: Confirm these dependencies implementation("androidx.wear.compose.remote:compose-remote-editor:") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and compose.remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.wear.compose.remote:compose-remote-complications-rendering:" }
For more information about dependencies, see Add build dependencies.
Feedback
Your feedback helps make Jetpack better. Let us know if you discover new issues or have ideas for improving this library. Please take a look at the existing issues in this library before you create a new one. You can add your vote to an existing issue by clicking the star button.
See the Issue Tracker documentation for more information.
Version 1.0
Version 1.0.0-alpha01
March 25, 2026
androidx.wear.compose.remote:remote-material3:1.0.0-alpha01 is released. Version 1.0.0-alpha01 contains these commits.
API Changes
- Expose
RemoteTextButtonpublic APIs. (I169e3, b/492476015) - Expose
RemoteIconButtonpublic APIs. (Id7c71, b/492476015) - Expose
RemoteButtonGrouppublic APIs. (Ibfc22, b/492476015) - Expose
RemoteButton,RemoteCompactButton,RemoteButtonDefaultsandRemoteButtonColorsas public APIs (I3bcdd, b/492476015) - Expose
RemoteIconas a public API (I0cc79, b/492476015) - Expose
RemoteTextas public APIs (I8a11a, b/492476015) - Expose
RemoteFloat.asRemoteDp()(I28b36, b/446824085)