File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 9 files changed +13
-22
lines changed Original file line number Diff line number Diff line change 5858 </build >
5959
6060 <properties >
61- <kotlinx .serialization.version>1.4.1</kotlinx .serialization.version>
6261 <kryo .version>2.24.0</kryo .version>
6362 </properties >
6463</project >
Original file line number Diff line number Diff line change 5454 </profiles >
5555
5656 <properties >
57- <kotlinx-html-jvm .version>0.7.5</kotlinx-html-jvm .version>
58- <kotlinx-coroutines .version>1.7.3</kotlinx-coroutines .version>
5957 <kotlin-scripting .version>1.8.0</kotlin-scripting .version>
6058 </properties >
6159
Original file line number Diff line number Diff line change 2121 </dependency >
2222 </dependencies >
2323
24- <properties >
25- <rxkotlin .version>3.0.1</rxkotlin .version>
26- </properties >
27-
2824</project >
Original file line number Diff line number Diff line change 3131 </dependency >
3232 </dependencies >
3333
34- <properties >
35- <kotlinx-coroutines .version>1.9.0</kotlinx-coroutines .version>
36- </properties >
37-
3834</project >
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >org.jetbrains.kotlinx</groupId >
2828 <artifactId >kotlinx-coroutines-rx3</artifactId >
29- <version >${rxcoroutines .version} </version >
29+ <version >${kotlinx-coroutines .version} </version >
3030 </dependency >
3131 </dependencies >
3232
3333 <properties >
3434 <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>
3835 </properties >
3936
4037</project >
Original file line number Diff line number Diff line change 2121 <dependency >
2222 <groupId >org.jetbrains.kotlinx</groupId >
2323 <artifactId >kotlinx-coroutines-core</artifactId >
24- <version >${kotlinx. coroutines.version} </version >
24+ <version >${kotlinx- coroutines.version} </version >
2525 </dependency >
2626 <dependency >
2727 <groupId >org.jetbrains.kotlinx</groupId >
2828 <artifactId >kotlinx-coroutines-test</artifactId >
29- <version >${kotlinx. coroutines.version} </version >
29+ <version >${kotlinx- coroutines.version} </version >
3030 <scope >test</scope >
3131 </dependency >
3232 </dependencies >
3333
3434 <properties >
3535 <project .version>1.0.0-SNAPSHOT</project .version>
3636 <assertj .version>3.24.2</assertj .version>
37- <kotlinx .coroutines.version>1.7.3</kotlinx .coroutines.version>
3837 </properties >
3938
4039</project >
Original file line number Diff line number Diff line change 11<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" >
54 <modelVersion >4.0.0</modelVersion >
65 <artifactId >core-kotlin-flows</artifactId >
76 <name >core-kotlin-flows</name >
87 <packaging >jar</packaging >
8+
99 <parent >
1010 <groupId >com.baeldung</groupId >
1111 <artifactId >core-kotlin-modules</artifactId >
Original file line number Diff line number Diff line change 2020 <fuel .version>2.3.1</fuel .version>
2121 <retrofit .version>2.9.0</retrofit .version>
2222 <ktor .version>1.5.4</ktor .version>
23- <kotlinx .serialization.version>1.2.2</kotlinx .serialization.version>
2423 <junit .version>4.13.2</junit .version>
2524 </properties >
2625
Original file line number Diff line number Diff line change 7878 <module >core-kotlin-design-patterns-1</module >
7979 </modules >
8080
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+
8188</project >
You can’t perform that action at this time.
0 commit comments