compose remote
| Update Terbaru | Rilis Stabil | Kandidat Rilis | Rilis Beta | Rilis Alfa |
|---|---|---|---|---|
| 17 Desember 2025 | - | - | - | 1.0.0-alpha01 |
Mendeklarasikan dependensi
Untuk menambahkan dependensi pada compose-remote, Anda harus menambahkan repositori Maven Google ke project Anda. Baca repositori Maven Google untuk mengetahui informasi selengkapnya.
Tambahkan dependensi untuk artefak yang diperlukan dalam file build.gradle bagi aplikasi atau modul Anda:
Groovy
dependencies { // Use to implement compose remotes //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote:1.0.0-alpha01" // Use to implement compose remote complications //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a remote style and complication editor //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-editor:1.0.0-alpha01" // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-rendering:1.0.0-alpha01" }
Kotlin
dependencies { // Use to implement compose remotes //TODO: Confirm these dependencies implementation("androidx.compose.remote:remote:1.0.0-alpha01") // Use to implement compose remote complications //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source:1.0.0-alpha01" // (Kotlin-specific extensions) //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-data-source-ktx:1.0.0-alpha01" // Use to implement a remote style and complication editor //TODO: Confirm these dependencies implementation("androidx.compose.remote:remote-editor:1.0.0-alpha01") // Can use to render complications. //TODO: Confirm these dependencies // This library is optional and remotes may have custom implementation for rendering // complications. //TODO: Confirm these dependencies implementation "androidx.compose.remote:remote-complications-rendering:1.0.0-alpha01" }
Untuk informasi dependensi selengkapnya, lihat Menambahkan dependensi build.
Masukan
Masukan Anda membantu meningkatkan kualitas Jetpack. Beri tahu kami jika Anda menemukan masalah baru atau mempunyai masukan untuk meningkatkan kualitas library ini. Harap periksa masalah yang sudah diketahui dalam library ini sebelum membuat laporan baru. Anda dapat memberikan suara untuk masalah yang sudah diketahui dengan mengklik tombol bintang.
Lihat dokumentasi Issue Tracker untuk informasi selengkapnya.
Versi 1.0
Versi 1.0.0-alpha01
17 Desember 2025
androidx.compose.remote:remote-*:1.0.0-alpha01 dirilis. Versi 1.0.0-alpha01 berisi commit ini.
- Remote Compose adalah framework untuk membuat UI bagi platform jarak jauh.