Skip to content

Commit 1953f03

Browse files
committed
Remove runtime-retain project
1 parent c730efc commit 1953f03

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

compose/ui/ui/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ androidXMultiplatform {
7878
implementation("androidx.collection:collection:1.5.0")
7979
// when updating the runtime version please also update the runtime-saveable version
8080
implementation(project(":compose:runtime:runtime"))
81-
api(project(":compose:runtime:runtime-retain"))
81+
def composeVersion = project.findProperty('artifactRedirection.version.androidx.compose')
82+
api("androidx.compose.runtime:runtime-retain:$composeVersion")
8283
api(project(":compose:runtime:runtime-saveable"))
8384

8485
api(project(":compose:ui:ui-geometry"))

settings.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,10 @@ static def shouldIncludeInJetBrainsFork(String name, filePath) {
391391
name.startsWith(":navigation:navigation-safe-args-") ||
392392
name.startsWith(":lifecycle:lifecycle-runtime-compose:lifecycle-runtime-compose-samples") ||
393393
name.startsWith(":lifecycle:lifecycle-runtime-compose:integration-tests:lifecycle-runtime-compose-demos") ||
394+
name.startsWith(":compose:runtime:runtime-retain") ||
395+
name.startsWith(":compose:runtime:runtime:benchmark") ||
396+
name.startsWith(":docs-tip-of-tree") ||
397+
name.startsWith(":docs-public") ||
394398
name.startsWith(":emoji2") ||
395399
name.startsWith(":hilt") ||
396400
name.startsWith(":room") ||

0 commit comments

Comments
 (0)