Skip to content

Commit 8bc8896

Browse files
authored
chore(functions): export reactive-streams as a transitive dep
1 parent b9be9f1 commit 8bc8896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/firebase-functions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
implementation(libs.okhttp)
113113
implementation(libs.playservices.base)
114114
implementation(libs.playservices.basement)
115-
implementation(libs.reactive.streams)
115+
api(libs.reactive.streams)
116116

117117
api(libs.playservices.tasks)
118118

0 commit comments

Comments
 (0)