mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 17:00:14 +08:00
Update Kotlin to 1.4
This commit is contained in:
parent
74925ff6e8
commit
e758fdf883
@ -14,10 +14,11 @@ object Versions {
|
|||||||
const val consoleTerminal = "0.1.0"
|
const val consoleTerminal = "0.1.0"
|
||||||
const val consolePure = console
|
const val consolePure = console
|
||||||
|
|
||||||
const val kotlinCompiler = "1.4-M3" // for public explict API
|
const val kotlinCompiler = "1.4.0-rc" // for public explict API
|
||||||
const val kotlinStdlib = "1.3.72" // for not overriding dependant's stdlib dependency
|
const val kotlinStdlib = "1.3.72" // for not overriding dependant's stdlib dependency
|
||||||
|
|
||||||
const val coroutines = "1.3.7"
|
const val coroutines = "1.3.7"
|
||||||
|
const val collectionsImmutable = "0.3.2"
|
||||||
const val serialization = "0.20.0"
|
const val serialization = "0.20.0"
|
||||||
const val ktor = "1.3.2"
|
const val ktor = "1.3.2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user