ui/material3/build.gradle.kts
changeset 17 6ff6774c8121
parent 14 bb30a0b89177
child 19 18c078fbc745
--- 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)