Skip to content

Commit d9a59c9

Browse files
committed
fix main/build.gradle
1 parent 5f5184a commit d9a59c9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

main/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ dependencies {
5959
api clientModuleProject('submitter')
6060

6161
// Internal module dependencies
62-
implementation project(':http')
63-
implementation project(':events-domain')
64-
implementation project(':streaming')
65-
implementation project(':streaming-support')
62+
implementation clientModuleProject(':http')
63+
implementation clientModuleProject(':events-domain')
64+
implementation clientModuleProject(':streaming')
65+
implementation clientModuleProject(':streaming-support')
6666

6767
// External dependencies
6868
implementation libs.roomRuntime

0 commit comments

Comments
 (0)