We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8392b77 commit d89aaabCopy full SHA for d89aaab
feature/results/build.gradle.kts
@@ -66,6 +66,7 @@ dependencies {
66
implementation(libs.androidx.lifecycle.process)
67
implementation(libs.mlkit.segmentation)
68
implementation(libs.timber)
69
+ implementation(libs.androidx.xr.compose)
70
ksp(libs.hilt.compiler)
71
72
implementation(libs.androidx.ui.tooling)
@@ -78,6 +79,7 @@ dependencies {
78
79
80
implementation(projects.core.theme)
81
implementation(projects.core.util)
82
+ implementation(projects.core.xr)
83
implementation(projects.data)
84
implementation(projects.wear.common)
85
implementation(projects.watchface)
0 commit comments