File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed
kotlinx-coroutines-javafx
kotlinx-coroutines-rx-example Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ Add dependencies (you can also add other modules that you need):
7373<dependency >
7474 <groupId >org.jetbrains.kotlinx</groupId >
7575 <artifactId >kotlinx-coroutines-core</artifactId >
76- <version >0.4 -beta</version >
76+ <version >0.5 -beta</version >
7777</dependency >
7878```
7979
@@ -100,7 +100,7 @@ repositories {
100100Add dependencies (you can also add other modules that you need):
101101
102102``` groovy
103- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.4 -beta'
103+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.5 -beta'
104104```
105105
106106And make sure that you use the right Kotlin version:
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jetbrains.kotlinx</groupId >
88 <artifactId >kotlinx-coroutines</artifactId >
9- <version >0.4 -beta-SNAPSHOT</version >
9+ <version >0.5 -beta-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >kotlinx-coroutines-core</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jetbrains.kotlinx</groupId >
88 <artifactId >kotlinx-coroutines</artifactId >
9- <version >0.4 -beta-SNAPSHOT</version >
9+ <version >0.5 -beta-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >kotlinx-coroutines-javafx</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jetbrains.kotlinx</groupId >
88 <artifactId >kotlinx-coroutines</artifactId >
9- <version >0.4 -beta-SNAPSHOT</version >
9+ <version >0.5 -beta-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >kotlinx-coroutines-jdk8</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jetbrains.kotlinx</groupId >
88 <artifactId >kotlinx-coroutines</artifactId >
9- <version >0.4 -beta-SNAPSHOT</version >
9+ <version >0.5 -beta-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >kotlinx-coroutines-nio</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jetbrains.kotlinx</groupId >
88 <artifactId >kotlinx-coroutines</artifactId >
9- <version >0.4 -beta-SNAPSHOT</version >
9+ <version >0.5 -beta-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >kotlinx-coroutines-rx-example</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jetbrains.kotlinx</groupId >
88 <artifactId >kotlinx-coroutines</artifactId >
9- <version >0.4 -beta-SNAPSHOT</version >
9+ <version >0.5 -beta-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >kotlinx-coroutines-rx</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.jetbrains.kotlinx</groupId >
88 <artifactId >kotlinx-coroutines</artifactId >
9- <version >0.4 -beta-SNAPSHOT</version >
9+ <version >0.5 -beta-SNAPSHOT</version >
1010 </parent >
1111
1212 <artifactId >kotlinx-coroutines-swing</artifactId >
You can’t perform that action at this time.
0 commit comments