mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
update coroutines
This commit is contained in:
parent
7b370ef3e9
commit
6374911902
@ -2,6 +2,9 @@
|
||||
|
||||
### 0.3.3
|
||||
|
||||
* Versions:
|
||||
* `Coroutines`: `1.3.9` -> `1.4.1`
|
||||
|
||||
### 0.3.2
|
||||
|
||||
* Function `TimeBuilder#each` was added (works as `at`)
|
||||
|
@ -1,6 +1,12 @@
|
||||
kotlin.code.style=official
|
||||
org.gradle.parallel=true
|
||||
kotlin.js.generate.externals=true
|
||||
kotlin.incremental=true
|
||||
kotlin.incremental.js=true
|
||||
|
||||
|
||||
kotlin_version=1.4.10
|
||||
kotlin_coroutines_version=1.3.9
|
||||
kotlin_coroutines_version=1.4.1
|
||||
|
||||
dokka_version=0.10.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user