Skip to content

Commit 8614d34

Browse files
authored
Make purchases module to transitive dependency for the ui module (#2334)
### Motivation As we've discussed, making purchases module to transitive dependency for the `ui` module. I'm going to apply for the `amazon` module as well once #2327 is merged.
1 parent 98dcd34 commit 8614d34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/revenuecatui/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ android {
7575
}
7676

7777
dependencies {
78-
implementation(project(":purchases"))
78+
api(project(":purchases"))
7979

8080
implementation(platform(libs.compose.bom))
8181
implementation(libs.compose.ui)

0 commit comments

Comments
 (0)