составить удаленный
| Последнее обновление | Стабильный релиз | Предварительная версия для выпуска | Бета-версия | Альфа-версия |
|---|---|---|---|---|
| 17 декабря 2025 г. | - | - | - | 1.0.0-alpha01 |
Объявление зависимостей
Чтобы добавить зависимость от compose-remote, необходимо добавить репозиторий Google Maven в ваш проект. Для получения дополнительной информации ознакомьтесь с информацией в репозитории Google Maven .
Добавьте зависимости для необходимых артефактов в файл build.gradle вашего приложения или модуля:
классный
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" }
Котлин
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" }
классный
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" }
Котлин
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" }
Для получения дополнительной информации о зависимостях см. раздел «Добавление зависимостей сборки» .
Обратная связь
Ваши отзывы помогают улучшить Jetpack. Сообщите нам, если вы обнаружите новые проблемы или у вас есть идеи по улучшению этой библиотеки. Пожалуйста, ознакомьтесь с существующими проблемами в этой библиотеке, прежде чем создавать новую. Вы можете проголосовать за существующую проблему, нажав кнопку со звездочкой.
Для получения более подробной информации см. документацию по системе отслеживания ошибок .
Версия 1.0
Версия 1.0.0-alpha01
17 декабря 2025 г.
Выпущена версия androidx.compose.remote:remote-*:1.0.0-alpha01 . Версия 1.0.0-alpha01 содержит следующие коммиты .
- Remote Compose — это фреймворк для создания пользовательского интерфейса для удалённых устройств.