diff -r 9fc6b6b2e0a6 -r 6ff6774c8121 ui/material3/build.gradle.kts --- a/ui/material3/build.gradle.kts Tue May 02 17:01:53 2023 -0400 +++ b/ui/material3/build.gradle.kts Tue May 02 17:02:58 2023 -0400 @@ -78,7 +78,7 @@ } dependencies { - implementation(project(":ui:common")) + api(project(":ui:common")) implementation(platform(libs.androidx.compose.bom)) implementation(libs.androidx.compose.material3) implementation(libs.androidx.activity.compose)