ui/material2/build.gradle.kts
changeset 17 6ff6774c8121
parent 12 dc48b76fbeb8
child 19 18c078fbc745
--- a/ui/material2/build.gradle.kts	Tue May 02 17:01:53 2023 -0400
+++ b/ui/material2/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.material)
     implementation(libs.androidx.activity.compose)