Skip to content

Commit 06ce410

Browse files
thatfiredevtejasd
authored andcommitted
chore(functions): export reactive-streams as a transitive dependency (#6775)
Alternative to #6774 - we'll keep that PR for a follow-up release. For now, we're exposing the `reactive-streams` dependency to make sure it works out of the box for Java developers.
1 parent 8eb67a8 commit 06ce410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/firebase-functions.gradle.kts

+1-1
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)