File tree Expand file tree Collapse file tree 9 files changed +10
-24
lines changed
core-kotlin-collections-6
core-kotlin-concurrency-2
core-kotlin-concurrency-3
core-kotlin-concurrency-4 Expand file tree Collapse file tree 9 files changed +10
-24
lines changed Original file line number Diff line number Diff line change 59
59
</build >
60
60
61
61
<properties >
62
- <kotlinx .serialization.version>1.4.1</kotlinx .serialization.version>
63
62
<kryo .version>2.24.0</kryo .version>
64
63
</properties >
65
64
</project >
Original file line number Diff line number Diff line change 14
14
</parent >
15
15
16
16
<properties >
17
- <kotlinx-html-jvm .version>0.7.5</kotlinx-html-jvm .version>
18
- <kotlinx-coroutines .version>1.7.3</kotlinx-coroutines .version>
19
17
<kotlin-scripting .version>1.8.0</kotlin-scripting .version>
20
18
</properties >
21
19
Original file line number Diff line number Diff line change 19
19
<artifactId >rxkotlin</artifactId >
20
20
<version >${rxkotlin.version} </version >
21
21
</dependency >
22
-
23
22
</dependencies >
24
23
25
- <properties >
26
- <rxkotlin .version>3.0.1</rxkotlin .version>
27
- </properties >
28
-
29
24
</project >
Original file line number Diff line number Diff line change 31
31
</dependency >
32
32
</dependencies >
33
33
34
- <properties >
35
- <kotlinx-coroutines .version>1.8.1</kotlinx-coroutines .version>
36
- </properties >
37
-
38
34
</project >
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >org.jetbrains.kotlinx</groupId >
29
29
<artifactId >kotlinx-coroutines-rx3</artifactId >
30
- <version >${rxcoroutines .version} </version >
30
+ <version >${kotlinx-coroutines .version} </version >
31
31
</dependency >
32
32
33
33
</dependencies >
34
34
35
35
<properties >
36
36
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
37
- <rxkotlin .version>3.0.1</rxkotlin .version>
38
- <rxcoroutines .version>1.8.1</rxcoroutines .version>
39
- <junit .version>4.13.2</junit .version>
40
37
</properties >
41
38
42
39
</project >
Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >org.jetbrains.kotlinx</groupId >
23
23
<artifactId >kotlinx-coroutines-core</artifactId >
24
- <version >${kotlinx. coroutines.version} </version >
24
+ <version >${kotlinx- coroutines.version} </version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.jetbrains.kotlinx</groupId >
28
28
<artifactId >kotlinx-coroutines-test</artifactId >
29
- <version >${kotlinx. coroutines.version} </version >
29
+ <version >${kotlinx- coroutines.version} </version >
30
30
<scope >test</scope >
31
31
</dependency >
32
32
</dependencies >
33
33
34
34
<properties >
35
35
<project .version>1.0.0-SNAPSHOT</project .version>
36
36
<assertj .version>3.24.2</assertj .version>
37
- <kotlinx .coroutines.version>1.7.3</kotlinx .coroutines.version>
38
37
</properties >
39
38
</project >
Original file line number Diff line number Diff line change 33
33
</dependency >
34
34
35
35
</dependencies >
36
-
37
- <properties >
38
- <junit .version>4.13.2</junit .version>
39
- </properties >
40
36
41
37
</project >
Original file line number Diff line number Diff line change 20
20
<fuel .version>2.3.1</fuel .version>
21
21
<retrofit .version>2.9.0</retrofit .version>
22
22
<ktor .version>1.5.4</ktor .version>
23
- <kotlinx .serialization.version>1.2.2</kotlinx .serialization.version>
24
23
<junit .version>4.13.2</junit .version>
25
24
</properties >
26
25
Original file line number Diff line number Diff line change 78
78
<module >core-kotlin-design-patterns-1</module >
79
79
</modules >
80
80
81
+ <properties >
82
+ <rxkotlin .version>3.0.1</rxkotlin .version>
83
+ <kotlinx-coroutines .version>1.8.1</kotlinx-coroutines .version>
84
+ <junit .version>4.13.2</junit .version>
85
+ <kotlinx .serialization.version>1.4.1</kotlinx .serialization.version>
86
+ </properties >
87
+
81
88
</project >
You can’t perform that action at this time.
0 commit comments