1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-14 23:20:49 +08:00

[build] Set Kotlin compiler back to 1.8.10

(Mistake by dca39f9b60)
This commit is contained in:
Him188 2023-03-21 23:08:15 +00:00
parent b9ee2a8931
commit 4238d00407
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -31,7 +31,7 @@ object Versions {
val consoleIntellij get() = "223-$project-172-1" // idea-mirai-kotlin-patch
val consoleTerminal get() = project
const val kotlinCompiler = "1.8.20-RC"
const val kotlinCompiler = "1.8.10"
const val kotlinStdlib = kotlinCompiler
const val dokka = "1.8.10"