wear compose remote

  
YAPILACAKLAR
Son Güncelleme Kararlı Sürüm Sürüm Adayı Beta Sürümü Alfa Sürümü
25 Mart 2026 - - - 1.0.0-alpha01

Bağımlılıkları bildirme

Wear Compose Remote'a bağımlılık eklemek için Google Maven deposunu projenize eklemeniz gerekir. Daha fazla bilgi için Google'ın Maven deposunu okuyun.

Uygulamanız veya modülünüz için build.gradle dosyasına ihtiyacınız olan yapılarla ilgili bağımlılıkları ekleyin:

Eski

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:"
}

Bağımlılıklar hakkında daha fazla bilgi için Derleme bağımlılıkları ekleme başlıklı makaleyi inceleyin.

Geri bildirim

Geri bildiriminiz Jetpack'in iyileştirilmesine yardımcı olur. Yeni sorunlar keşfederseniz veya bu kitaplığı iyileştirmeye yönelik fikirleriniz varsa lütfen bize bildirin. Yeni bir sorun oluşturmadan önce lütfen bu kitaplıktaki mevcut sorunlara göz atın. Yıldız düğmesini tıklayarak mevcut bir soruna oyunuzu ekleyebilirsiniz.

Yeni sorun oluşturma

Daha fazla bilgi için Sorun İzleyici belgelerini inceleyin.

Sürüm 1.0

Sürüm 1.0.0-alpha01

25 Mart 2026

androidx.wear.compose.remote:remote-material3:1.0.0-alpha01 iptal edilir. 1.0.0-alpha01 sürümü bu commit'leri içerir.

API Değişiklikleri