compose remote

  
YAPILACAKLAR
Son Güncelleme Kararlı Sürüm Sürüm Adayı Beta Sürümü Alfa Sürümü
17 Aralık 2025 - - - 1.0.0-alpha01

Bağımlılıkları bildirme

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

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

17 Aralık 2025

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

  • Remote Compose, uzak yüzeyler için kullanıcı arayüzü oluşturmaya yönelik bir çerçevedir.