Skip to content

Commit

Permalink
Add lifecycle project reference
Browse files Browse the repository at this point in the history
  • Loading branch information
MatkovIvan committed Mar 15, 2024
1 parent 9784d18 commit 1df1fe8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion compose/ui/ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if(AndroidXComposePlugin.isMultiplatformEnabled(project)) {
api project(":compose:ui:ui-unit")
api project(":compose:ui:ui-util")
implementation(project(":annotation:annotation"))
implementation("androidx.lifecycle:lifecycle-runtime:2.8.0-alpha01")
implementation(project(":lifecycle:lifecycle-runtime"))
}

androidMain.dependencies {
Expand Down
5 changes: 5 additions & 0 deletions lifecycle/lifecycle-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,8 @@ androidx {
description = "Android Lifecycle-Common"
metalavaK2UastEnabled = true
}

java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,15 @@ includeProject(":compose:ui:ui:integration-tests:ui-demos")
includeProject(":compose:ui:ui:ui-samples", "compose/ui/ui/samples")
includeProject(":compose:ui:ui-uikit")

includeProject(":kruth:kruth")

includeProject(":lint-checks")
includeProject(":lint-checks:integration-tests")

includeProject(":lifecycle:lifecycle-common")
includeProject(":lifecycle:lifecycle-runtime")
includeProject(":lifecycle:lifecycle-runtime-lint")

includeProject(":internal-testutils-common", "testutils/testutils-common",)
includeProject(":internal-testutils-runtime", "testutils/testutils-runtime")
includeProject(":internal-testutils-espresso", "testutils/testutils-espresso")
Expand Down

0 comments on commit 1df1fe8

Please sign in to comment.