Skip to content

Commit 27dfa2a

Browse files
elizarovqwwdfsad
authored andcommitted
Remove Rx 1.x integration module
Fixes #595
1 parent 55e5f3c commit 27dfa2a

27 files changed

+0
-2032
lines changed

binary-compatibility-validator/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ dependencies {
1616

1717
testArtifacts project(':kotlinx-coroutines-reactive')
1818
testArtifacts project(':kotlinx-coroutines-reactor')
19-
testArtifacts project(':kotlinx-coroutines-rx1')
2019
testArtifacts project(':kotlinx-coroutines-rx2')
2120

2221
testArtifacts project(':kotlinx-coroutines-guava')

binary-compatibility-validator/reference-public-api/kotlinx-coroutines-rx1.txt

Lines changed: 0 additions & 62 deletions
This file was deleted.

reactive/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ Module name below corresponds to the artifact name in Maven/Gradle.
77

88
* [kotlinx-coroutines-reactive](kotlinx-coroutines-reactive/README.md) -- utilities for [Reactive Streams](http://www.reactive-streams.org)
99
* [kotlinx-coroutines-reactor](kotlinx-coroutines-reactor/README.md) -- utilities for [Reactor](https://projectreactor.io)
10-
* [kotlinx-coroutines-rx1](kotlinx-coroutines-rx1/README.md) -- utilities for [RxJava 1.x](https://github.com/ReactiveX/RxJava/tree/1.x)
1110
* [kotlinx-coroutines-rx2](kotlinx-coroutines-rx2/README.md) -- utilities for [RxJava 2.x](https://github.com/ReactiveX/RxJava)

reactive/coroutines-guide-reactive.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ There are several modules in `kotlinx.coroutines` project that are related to re
3030

3131
* [kotlinx-coroutines-reactive](kotlinx-coroutines-reactive) -- utilities for [Reactive Streams](http://www.reactive-streams.org)
3232
* [kotlinx-coroutines-reactor](kotlinx-coroutines-reactor) -- utilities for [Reactor](https://projectreactor.io)
33-
* [kotlinx-coroutines-rx1](kotlinx-coroutines-rx1) -- utilities for [RxJava 1.x](https://github.com/ReactiveX/RxJava/tree/1.x)
3433
* [kotlinx-coroutines-rx2](kotlinx-coroutines-rx2) -- utilities for [RxJava 2.x](https://github.com/ReactiveX/RxJava)
3534

3635
This guide is mostly based on [Reactive Streams](http://www.reactive-streams.org) specification and uses

reactive/kotlinx-coroutines-rx1/README.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

reactive/kotlinx-coroutines-rx1/build.gradle

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)