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 ff13fd0 commit c2459f4Copy full SHA for c2459f4
feature/creation/build.gradle.kts
@@ -75,13 +75,15 @@ dependencies {
75
implementation(libs.androidx.media3.exoplayer)
76
implementation(libs.androidx.media3.ui.compose)
77
implementation(libs.androidx.media3.ui) // for string resources only
78
+ implementation(libs.androidx.xr.compose)
79
ksp(libs.hilt.compiler)
80
81
implementation(libs.androidx.ui.tooling)
82
debugImplementation(libs.androidx.ui.tooling.preview)
83
84
implementation(projects.core.theme)
85
implementation(projects.core.util)
86
+ implementation(projects.core.xr)
87
implementation(projects.data)
88
implementation(projects.feature.results)
89
testImplementation(libs.hilt.android.testing)
0 commit comments