File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -111,17 +111,17 @@ Add dependencies:
111111<dependency >
112112 <groupId >org.jetbrains.kotlinx</groupId >
113113 <artifactId >kotlinx-coroutines-generate</artifactId >
114- <version >0.2-alpha-1 </version >
114+ <version >0.2-beta </version >
115115</dependency >
116116<dependency >
117117 <groupId >org.jetbrains.kotlinx</groupId >
118118 <artifactId >kotlinx-coroutines-async</artifactId >
119- <version >0.2-alpha-1 </version >
119+ <version >0.2-beta </version >
120120</dependency >
121121<dependency >
122122 <groupId >org.jetbrains.kotlinx</groupId >
123123 <artifactId >kotlinx-coroutines-rx</artifactId >
124- <version >0.2-alpha-1 </version >
124+ <version >0.2-beta </version >
125125</dependency >
126126```
127127
@@ -130,9 +130,9 @@ Add dependencies:
130130Just add dependencies:
131131
132132``` groovy
133- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.2-alpha-1 '
134- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-async:0.2-alpha-1 '
135- compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.2-alpha-1 '
133+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-generate:0.2-beta '
134+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-async:0.2-beta '
135+ compile 'org.jetbrains.kotlinx:kotlinx-coroutines-rx:0.2-beta '
136136```
137137
138138* NB:* As ` async ` library is built upon ` CompletableFuture ` it requires JDK 8 (24 Android API level)
You can’t perform that action at this time.
0 commit comments