File tree Expand file tree Collapse file tree 16 files changed +17
-18
lines changed
kotlinx-coroutines-reactive
kotlinx-coroutines-rx-example
kotlinx-coroutines-android
kotlinx-coroutines-javafx Expand file tree Collapse file tree 16 files changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Add dependencies (you can also add other modules that you need):
5656<dependency >
5757 <groupId >org.jetbrains.kotlinx</groupId >
5858 <artifactId >kotlinx-coroutines-core</artifactId >
59- <version >0.14 </version >
59+ <version >0.15-SNAPSHOT </version >
6060</dependency >
6161```
6262
@@ -81,7 +81,7 @@ repositories {
8181Add dependencies (you can also add other modules that you need):
8282
8383``` groovy
84- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.14 '
84+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.15-SNAPSHOT '
8585```
8686
8787And make sure that you use the right Kotlin version:
Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >org.jetbrains.kotlinx</groupId >
2626 <artifactId >kotlinx-coroutines</artifactId >
27- <version >0.14 </version >
27+ <version >0.15-SNAPSHOT </version >
2828 </parent >
2929
3030 <artifactId >benchmarks</artifactId >
31- <version >0.14</version >
3231 <packaging >jar</packaging >
3332
3433 <properties >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.14 </version >
25+ <version >0.15-SNAPSHOT </version >
2626 </parent >
2727
2828 <artifactId >kotlinx-coroutines-core</artifactId >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.14 </version >
25+ <version >0.15-SNAPSHOT </version >
2626 </parent >
2727
2828 <artifactId >kotlinx-coroutines-jdk8</artifactId >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.14 </version >
25+ <version >0.15-SNAPSHOT </version >
2626 </parent >
2727
2828 <artifactId >kotlinx-coroutines-nio</artifactId >
Original file line number Diff line number Diff line change 2323
2424 <groupId >org.jetbrains.kotlinx</groupId >
2525 <artifactId >kotlinx-coroutines</artifactId >
26- <version >0.14 </version >
26+ <version >0.15-SNAPSHOT </version >
2727 <packaging >pom</packaging >
2828
2929 <description >Coroutines support libraries for Kotlin 1.1</description >
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.14 </version >
25+ <version >0.15-SNAPSHOT </version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.14 </version >
25+ <version >0.15-SNAPSHOT </version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.14 </version >
25+ <version >0.15-SNAPSHOT </version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
Original file line number Diff line number Diff line change 2222 <parent >
2323 <groupId >org.jetbrains.kotlinx</groupId >
2424 <artifactId >kotlinx-coroutines</artifactId >
25- <version >0.14 </version >
25+ <version >0.15-SNAPSHOT </version >
2626 <relativePath >../../pom.xml</relativePath >
2727 </parent >
2828
You can’t perform that action at this time.
0 commit comments