Skip to content

Commit 37bf00e

Browse files
committed
All reactive streams libraries are moved into reactive directory
1 parent f7a7f7b commit 37bf00e

File tree

49 files changed

+23
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+23
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@
9999
<module>kotlinx-coroutines-core</module>
100100
<module>kotlinx-coroutines-jdk8</module>
101101
<module>kotlinx-coroutines-nio</module>
102-
<module>kotlinx-coroutines-reactive</module>
103-
<module>kotlinx-coroutines-rx1</module>
104-
<module>kotlinx-coroutines-rx2</module>
105-
<module>kotlinx-coroutines-rx-example</module>
102+
<module>reactive/kotlinx-coroutines-reactive</module>
103+
<module>reactive/kotlinx-coroutines-rx1</module>
104+
<module>reactive/kotlinx-coroutines-rx2</module>
105+
<module>reactive/kotlinx-coroutines-rx-example</module>
106106
<module>ui/kotlinx-coroutines-swing</module>
107107
<module>ui/kotlinx-coroutines-javafx</module>
108108
<module>ui/kotlinx-coroutines-android</module>

reactive/README.md

Lines changed: 9 additions & 0 deletions

kotlinx-coroutines-reactive/pom.xml renamed to reactive/kotlinx-coroutines-reactive/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<groupId>org.jetbrains.kotlinx</groupId>
2424
<artifactId>kotlinx-coroutines</artifactId>
2525
<version>0.12</version>
26+
<relativePath>../../pom.xml</relativePath>
2627
</parent>
2728

2829
<artifactId>kotlinx-coroutines-reactive</artifactId>

0 commit comments

Comments
 (0)