File tree 9 files changed +13
-22
lines changed
core-kotlin-collections-6
core-kotlin-concurrency-2
core-kotlin-concurrency-3
core-kotlin-concurrency-4
9 files changed +13
-22
lines changed Original file line number Diff line number Diff line change 58
58
</build >
59
59
60
60
<properties >
61
- <kotlinx .serialization.version>1.4.1</kotlinx .serialization.version>
62
61
<kryo .version>2.24.0</kryo .version>
63
62
</properties >
64
63
</project >
Original file line number Diff line number Diff line change 54
54
</profiles >
55
55
56
56
<properties >
57
- <kotlinx-html-jvm .version>0.7.5</kotlinx-html-jvm .version>
58
- <kotlinx-coroutines .version>1.7.3</kotlinx-coroutines .version>
59
57
<kotlin-scripting .version>1.8.0</kotlin-scripting .version>
60
58
</properties >
61
59
Original file line number Diff line number Diff line change 21
21
</dependency >
22
22
</dependencies >
23
23
24
- <properties >
25
- <rxkotlin .version>3.0.1</rxkotlin .version>
26
- </properties >
27
-
28
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.9.0</kotlinx-coroutines .version>
36
- </properties >
37
-
38
34
</project >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >org.jetbrains.kotlinx</groupId >
28
28
<artifactId >kotlinx-coroutines-rx3</artifactId >
29
- <version >${rxcoroutines .version} </version >
29
+ <version >${kotlinx-coroutines .version} </version >
30
30
</dependency >
31
31
</dependencies >
32
32
33
33
<properties >
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
- <rxkotlin .version>3.0.1</rxkotlin .version>
36
- <rxcoroutines .version>1.8.1</rxcoroutines .version>
37
- <junit .version>4.13.2</junit .version>
38
35
</properties >
39
36
40
37
</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
40
39
</project >
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0"
2
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
-
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
4
<modelVersion >4.0.0</modelVersion >
6
5
<artifactId >core-kotlin-flows</artifactId >
7
6
<name >core-kotlin-flows</name >
8
7
<packaging >jar</packaging >
8
+
9
9
<parent >
10
10
<groupId >com.baeldung</groupId >
11
11
<artifactId >core-kotlin-modules</artifactId >
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.9.0</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