Не подтверждена Коммит 299b1ee8 создал по автору renovate[bot]'s avatar renovate[bot] Зафиксировано автором GitHub
Просмотр файлов

Update ktor monorepo to v3.1.0-eap-1225 (#4644)



* Update ktor monorepo to v3.1.0-eap-1225

* Add a workaround for compiler error

---------

Co-authored-by: default avatarrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: default avatarOsip Fatkullin <osip.fatkullin@jetbrains.com>
владелец 6a2ef3a6
......@@ -14,7 +14,7 @@ kotlinter = "5.0.1"
kotlinx-browser = "0.3"
# Used for test server in buildSrc
ktor = "3.1.0-eap-1190"
ktor = "3.1.0-eap-1225"
netty = "4.1.117.Final"
netty-tcnative = "2.0.69.Final"
......
/*
* Copyright 2014-2024 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
* Copyright 2014-2025 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license.
*/
plugins {
......@@ -33,4 +33,10 @@ dependencies {
// Should be synced with gradle/gradle-daemon-jvm.properties
kotlin {
jvmToolchain(21)
compilerOptions {
// A workaround for a compiler issue KT-74984
// TODO: Remove after the issue is fixed
freeCompilerArgs.add("-Xignore-const-optimization-errors")
}
}
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать