Skip to content
This repository was archived by the owner on Feb 9, 2024. It is now read-only.

Commit 9a8188a

Browse files
author
Ben Asher
authored
Update README.md for 0.7.0 (#79)
1 parent 867b836 commit 9a8188a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
## Specs
88

99
- Supported on Native, JVM, and JS (legacy and IR) (feel free to contribute adding more targets)
10-
- Kotlin 1.4.0
10+
- Kotlin 1.5.0
1111

1212
## Gradle
1313

@@ -18,7 +18,7 @@ kotlin {
1818
sourceSets {
1919
commonMain {
2020
dependencies {
21-
implementation "com.autodesk:coroutineworker:0.6.2"
21+
implementation "com.autodesk:coroutineworker:0.7.0"
2222
}
2323
}
2424
}
@@ -120,4 +120,4 @@ withContext(Dispatchers.IO) {
120120
// IO writes
121121
}
122122
```
123-
Similar behavior is supported in CoroutineWorker for Kotlin/Native via the `IODispatcher`. To use it in common code, make an `expect val Dispatchers.IO: CoroutineDispatcher` that returns `IODispatcher` for Kotlin/Native and `Dispatchers.IO` for JVM, and pass that to `CoroutineWorker.withContext` when performing IO-bound worker.
123+
Similar behavior is supported in CoroutineWorker for Kotlin/Native via the `IODispatcher`. To use it in common code, make an `expect val Dispatchers.IO: CoroutineDispatcher` that returns `IODispatcher` for Kotlin/Native and `Dispatchers.IO` for JVM, and pass that to `CoroutineWorker.withContext` when performing IO-bound worker.

0 commit comments

Comments
 (0)