Skip to content

Commit 5745afe

Browse files
authored
Update README.md
1 parent f6af94e commit 5745afe

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

AndroidAsync-Kotlin/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
1-
# Kotlin Coroutines
1+
# Support for Kotlin Coroutines in AndroidAsync and Ion
2+
3+
```xml
4+
<dependency>
5+
<groupId>com.koushikdutta.async</groupId>
6+
<artifactId>androidasync</artifactId>
7+
<version>(insert latest version)</version>
8+
</dependency>
9+
```
10+
11+
Gradle:
12+
```groovy
13+
dependencies {
14+
compile 'com.koushikdutta.async:androidasync:2.+'
15+
}
16+
```
217

318
Adds coroutines support to AndroidAsync and Ion.
419

0 commit comments

Comments
 (0)