Skip to content

Commit e1250f6

Browse files
authored
Update README.md
1 parent 88d56e2 commit e1250f6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AndroidAsync-Kotlin/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# Support for Kotlin Coroutines in AndroidAsync and Ion
22

3+
Adds coroutines support to AndroidAsync and Ion.
4+
35
Maven:
46
```xml
57
<dependency>
68
<groupId>com.koushikdutta.async</groupId>
7-
<artifactId>androidasync</artifactId>
9+
<artifactId>androidasync-kotlin</artifactId>
810
<version>(insert latest version)</version>
911
</dependency>
1012
```
1113

1214
Gradle:
1315
```groovy
1416
dependencies {
15-
compile 'com.koushikdutta.async:androidasync:2.+'
17+
compile 'com.koushikdutta.async:androidasync-kotlin:<insert latest version>'
1618
}
1719
```
1820

19-
Adds coroutines support to AndroidAsync and Ion.
20-
2121
Since AndroidAsync and Ion operations all returned futures, you can simply call await() on them within a Kotlin suspend function.
2222

2323
```kotlin

0 commit comments

Comments
 (0)