Remote-Verfassen

  
Aufgaben
Letzte Aktualisierung Stabile Release Releasekandidat Beta-Release Alpha-Release
17. Dezember 2025 - - 1.0.0-alpha01

Abhängigkeiten deklarieren

Wenn Sie eine Abhängigkeit von „compose-remote“ hinzufügen möchten, müssen Sie Ihrem Projekt das Google Maven-Repository hinzufügen. Weitere Informationen finden Sie im Maven-Repository von Google.

Fügen Sie die Abhängigkeiten für die benötigten Artefakte der Datei build.gradle für Ihre App oder Ihr Modul hinzu:

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

Weitere Informationen zu Abhängigkeiten finden Sie unter Build-Abhängigkeiten hinzufügen.

Feedback

Ihr Feedback hilft uns, Jetpack zu verbessern. Wenn Sie neue Probleme entdecken oder Ideen zur Verbesserung dieser Bibliothek haben, lassen Sie es uns wissen. Bevor Sie ein neues Problem erstellen, sollten Sie sich jedoch die bereits gemeldeten Probleme in dieser Bibliothek ansehen. Wenn Sie sich einer Problemmeldung anschließen möchten, klicken Sie auf die Schaltfläche mit dem Stern.

Neues Problem melden

Weitere Informationen finden Sie in der Dokumentation zum Issue Tracker.

Version 1.0

Version 1.0.0-alpha01

17. Dezember 2025

androidx.compose.remote:remote-*:1.0.0-alpha01 ist veröffentlicht. Version 1.0.0-alpha01 enthält diese Commits.

  • Remote Compose ist ein Framework zum Erstellen von Benutzeroberflächen für Remote-Oberflächen.