compose remote

  
TODO
최근 업데이트 안정화 버전 출시 후보 버전 베타 버전 알파 버전
2025년 12월 17일 - - - 1.0.0-alpha01

종속 항목 선언

compose-remote의 종속 항목을 추가하려면 프로젝트에 Google Maven 저장소를 추가해야 합니다. 자세한 내용은 Google Maven 저장소를 읽어보세요.

다음과 같이 앱 또는 모듈의 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"
}

종속 항목에 관한 자세한 내용은 빌드 종속 항목 추가를 참고하세요.

의견

제출하신 의견은 Jetpack을 개선하는 데 도움이 됩니다. 새로운 문제를 발견하거나 라이브러리 개선을 위한 아이디어가 있다면 Google에 알려 주세요. 새 문제를 제출하기 전에 이 라이브러리의 기존 문제를 살펴보시기 바랍니다. 별표 버튼을 클릭하여 기존 문제에 투표할 수 있습니다.

새로운 문제 제출하기

자세한 내용은 Issue Tracker 문서를 참고하세요.

버전 1.0

버전 1.0.0-alpha01

2025년 12월 17일

androidx.compose.remote:remote-*:1.0.0-alpha01이 출시되었습니다. 버전 1.0.0-alpha01에는 이러한 커밋이 포함되어 있습니다.

  • 원격 Compose는 원격 기기용 UI를 만드는 프레임워크입니다.