compose remote
| העדכון האחרון | גרסה יציבה | גרסה מועמדת להפצה | גרסת בטא | גרסת אלפא |
|---|---|---|---|---|
| 17 בדצמבר 2025 | - | - | - | 1.0.0-alpha01 |
הצהרה על יחסי תלות
כדי להוסיף תלות ב-compose-remote, צריך להוסיף את מאגר Google Maven לפרויקט. מידע נוסף זמין במאמר בנושא מאגר Maven של Google.
מוסיפים את יחסי התלות של הארטיפקטים שאתם צריכים בקובץ build.gradle של האפליקציה או המודול:
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" }
מידע נוסף על יחסי תלות זמין במאמר הוספת יחסי תלות ב-build.
משוב
המשוב שלכם עוזר לנו לשפר את Jetpack. נשמח לשמוע מכם אם תגלו בעיות חדשות או אם יש לכם רעיונות לשיפור הספרייה הזו. לפני שיוצרים ספרייה חדשה, כדאי לעיין בבעיות הקיימות בספרייה הזו. כדי להוסיף את ההצבעה שלכם לבעיה קיימת, לוחצים על לחצן הכוכב.
מידע נוסף זמין במאמרי העזרה בנושא כלי המעקב אחר בעיות.
גירסה 1.0
גרסה 1.0.0-alpha01
17 בדצמבר 2025
androidx.compose.remote:remote-*:1.0.0-alpha01 משוחרר. גרסה 1.0.0-alpha01 מכילה את הקומטים האלה.
- Remote Compose הוא framework ליצירת ממשק משתמש למשטחים מרוחקים.