File tree Expand file tree Collapse file tree 14 files changed +51
-1
lines changed
kotlinx-coroutines-quasar
kotlinx-coroutines-reactive
kotlinx-coroutines-reactor
kotlinx-coroutines-android
kotlinx-coroutines-javafx Expand file tree Collapse file tree 14 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 32
32
<properties >
33
33
<!-- makes sure core is portable to lowest common denominator -->
34
34
<kotlin .compiler.jdkHome>${env.JDK_16} </kotlin .compiler.jdkHome>
35
+ <subdir >core</subdir >
35
36
</properties >
36
37
37
38
<repositories >
Original file line number Diff line number Diff line change 11
11
<modelVersion >4.0.0</modelVersion >
12
12
13
13
<artifactId >kotlinx-coroutines-io</artifactId >
14
+ <packaging >jar</packaging >
15
+
16
+ <properties >
17
+ <subdir >core</subdir >
18
+ </properties >
14
19
15
20
<dependencies >
16
21
<dependency >
Original file line number Diff line number Diff line change 28
28
<artifactId >kotlinx-coroutines-guava</artifactId >
29
29
<packaging >jar</packaging >
30
30
31
+ <properties >
32
+ <subdir >integration</subdir >
33
+ </properties >
34
+
31
35
<build >
32
36
<sourceDirectory >src/main/kotlin</sourceDirectory >
33
37
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 28
28
<artifactId >kotlinx-coroutines-jdk8</artifactId >
29
29
<packaging >jar</packaging >
30
30
31
+ <properties >
32
+ <subdir >integration</subdir >
33
+ </properties >
34
+
31
35
<build >
32
36
<sourceDirectory >src/main/kotlin</sourceDirectory >
33
37
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 29
29
<artifactId >kotlinx-coroutines-nio</artifactId >
30
30
<packaging >jar</packaging >
31
31
32
+ <properties >
33
+ <subdir >integration</subdir >
34
+ </properties >
35
+
32
36
<build >
33
37
<sourceDirectory >src/main/kotlin</sourceDirectory >
34
38
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 28
28
<artifactId >kotlinx-coroutines-quasar</artifactId >
29
29
<packaging >jar</packaging >
30
30
31
+ <properties >
32
+ <subdir >integration</subdir >
33
+ </properties >
34
+
31
35
<build >
32
36
<sourceDirectory >src/main/kotlin</sourceDirectory >
33
37
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 235
235
<sourceLinks >
236
236
<link >
237
237
<dir >${project.basedir} /src/main/kotlin</dir >
238
- <url >http://github.com/kotlin/kotlinx.coroutines/tree/master/${project.artifactId} /src/main/kotlin</url >
238
+ <url >http://github.com/kotlin/kotlinx.coroutines/tree/master/${subdir} / ${ project.artifactId} /src/main/kotlin</url >
239
239
<urlSuffix >#L</urlSuffix >
240
240
</link >
241
241
</sourceLinks >
Original file line number Diff line number Diff line change 29
29
<artifactId >kotlinx-coroutines-reactive</artifactId >
30
30
<packaging >jar</packaging >
31
31
32
+ <properties >
33
+ <subdir >reactive</subdir >
34
+ </properties >
35
+
32
36
<build >
33
37
<sourceDirectory >src/main/kotlin</sourceDirectory >
34
38
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 30
30
<artifactId >kotlinx-coroutines-reactor</artifactId >
31
31
<packaging >jar</packaging >
32
32
33
+ <properties >
34
+ <subdir >reactive</subdir >
35
+ </properties >
36
+
33
37
<build >
34
38
<sourceDirectory >src/main/kotlin</sourceDirectory >
35
39
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 29
29
<artifactId >kotlinx-coroutines-rx1</artifactId >
30
30
<packaging >jar</packaging >
31
31
32
+ <properties >
33
+ <subdir >reactive</subdir >
34
+ </properties >
35
+
32
36
<build >
33
37
<sourceDirectory >src/main/kotlin</sourceDirectory >
34
38
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
You can’t perform that action at this time.
0 commit comments