Skip to content

Commit a81e30b

Browse files
chore: add reactivex lib to gradle catalog
1 parent 2294769 commit a81e30b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "
1616
kotest-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
1717
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
1818
kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm", version.ref = "kotest" }
19+
reactivex = { module = "io.reactivex.rxjava3:rxkotlin", version = "3.0.1" }
1920
signalr = { module = "com.microsoft.signalr:signalr", version = "7.0.3" }
2021

2122
[bundles]

0 commit comments

Comments
 (0)