Skip to content

Commit

Permalink
[GH] Use projectOrArtifact in paging-compose samples
Browse files Browse the repository at this point in the history
This allows paging playground to resolve compose deps.

Test: cd paging && ./gradlew bOS
Change-Id: I01d3774eefef7fab1380040a00bb840afa245903

This is an imported pull request from androidx#514.

Resolves #514
Github-Pr-Head-Sha: 0d8e2e9
GitOrigin-RevId: bcbbfc2
Change-Id: If61bbef2c6498a6e94ccaf62c77cc3011ff566d7
  • Loading branch information
dlam authored and Copybara-Service committed Apr 6, 2023
1 parent e8fc337 commit d147531
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions paging/paging-compose/samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ dependencies {
implementation(libs.kotlinStdlib)

compileOnly(projectOrArtifact(":annotation:annotation-sampled"))
implementation(project(":compose:foundation:foundation"))
implementation(project(":compose:material:material"))
implementation(projectOrArtifact(":paging:paging-compose"))
implementation(projectOrArtifact(":compose:foundation:foundation"))
implementation(projectOrArtifact(":compose:material:material"))
implementation(project(":paging:paging-compose"))
implementation(project(":internal-testutils-paging"))
}

Expand Down

0 comments on commit d147531

Please sign in to comment.