mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
fill changelog, remove legacy compiler for js
This commit is contained in:
parent
abc7a63d2e
commit
0f973adb9f
@ -1,5 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.6.2
|
||||||
|
|
||||||
|
**LEGACY COMPILER VARIANT FOR JS IS NOT AVAILABLE SINCE THIS UPDATE**
|
||||||
|
|
||||||
|
* Versions
|
||||||
|
* `Kotlin`: `1.5.21`
|
||||||
|
* `Coroutines`: `1.5.1`
|
||||||
|
* `Klock`: `2.3.1`
|
||||||
|
|
||||||
## 0.6.1
|
## 0.6.1
|
||||||
|
|
||||||
* Versions
|
* Versions
|
||||||
|
@ -50,7 +50,7 @@ apply from: './dokka.gradle'
|
|||||||
|
|
||||||
kotlin {
|
kotlin {
|
||||||
jvm()
|
jvm()
|
||||||
js(BOTH) {
|
js(IR) {
|
||||||
browser()
|
browser()
|
||||||
nodejs()
|
nodejs()
|
||||||
}
|
}
|
||||||
|
@ -13,7 +13,7 @@ kotlin_coroutines_version=1.5.1
|
|||||||
|
|
||||||
dokka_version=1.4.32
|
dokka_version=1.4.32
|
||||||
|
|
||||||
klockVersion=2.3.0
|
klockVersion=2.3.1
|
||||||
|
|
||||||
## Github reease
|
## Github reease
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user