File tree 4 files changed +0
-16
lines changed
kotlinx-coroutines-async-example-ui
kotlinx-coroutines-rx-example
4 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<name >Example of asyncUi usage</name >
16
16
17
- <properties >
18
- <kotlin .version>1.1-SNAPSHOT</kotlin .version>
19
- </properties >
20
-
21
17
<build >
22
18
<sourceDirectory >src/main/kotlin</sourceDirectory >
23
19
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 14
14
15
15
<name >Kotlin async library based on CompletableFuture</name >
16
16
17
- <properties >
18
- <kotlin .version>1.1-SNAPSHOT</kotlin .version>
19
- </properties >
20
-
21
17
<build >
22
18
<sourceDirectory >src/main/kotlin</sourceDirectory >
23
19
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
Original file line number Diff line number Diff line change 14
14
15
15
<name >Example of asyncRx usage</name >
16
16
17
- <properties >
18
- <kotlin .version>1.1-SNAPSHOT</kotlin .version>
19
- </properties >
20
-
21
17
<build >
22
18
<sourceDirectory >src/main/kotlin</sourceDirectory >
23
19
<plugins >
Original file line number Diff line number Diff line change 14
14
15
15
<name >Kotlin coroutines support for Rx library</name >
16
16
17
- <properties >
18
- <kotlin .version>1.1-SNAPSHOT</kotlin .version>
19
- </properties >
20
-
21
17
<build >
22
18
<sourceDirectory >src/main/kotlin</sourceDirectory >
23
19
<testSourceDirectory >src/test/kotlin</testSourceDirectory >
You can’t perform that action at this time.
0 commit comments