We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f5184a commit d9a59c9Copy full SHA for d9a59c9
1 file changed
main/build.gradle
@@ -59,10 +59,10 @@ dependencies {
59
api clientModuleProject('submitter')
60
61
// Internal module dependencies
62
- implementation project(':http')
63
- implementation project(':events-domain')
64
- implementation project(':streaming')
65
- implementation project(':streaming-support')
+ implementation clientModuleProject(':http')
+ implementation clientModuleProject(':events-domain')
+ implementation clientModuleProject(':streaming')
+ implementation clientModuleProject(':streaming-support')
66
67
// External dependencies
68
implementation libs.roomRuntime
0 commit comments