File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -111,17 +111,17 @@ Add dependencies:
111
111
<dependency >
112
112
<groupId >org.jetbrains.kotlinx</groupId >
113
113
<artifactId >kotlinx-coroutines-generate</artifactId >
114
- <version >0.2-alpha-1 </version >
114
+ <version >0.2-beta </version >
115
115
</dependency >
116
116
<dependency >
117
117
<groupId >org.jetbrains.kotlinx</groupId >
118
118
<artifactId >kotlinx-coroutines-async</artifactId >
119
- <version >0.2-alpha-1 </version >
119
+ <version >0.2-beta </version >
120
120
</dependency >
121
121
<dependency >
122
122
<groupId >org.jetbrains.kotlinx</groupId >
123
123
<artifactId >kotlinx-coroutines-rx</artifactId >
124
- <version >0.2-alpha-1 </version >
124
+ <version >0.2-beta </version >
125
125
</dependency >
126
126
```
127
127
@@ -130,9 +130,9 @@ Add dependencies:
130
130
Just add dependencies:
131
131
132
132
``` 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 '
136
136
```
137
137
138
138
* 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