You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport kxDT-as-KUP infrastructure and migration changes (#560)
* Update Gradle to 8.5
- JDK 21 support is required for builds as a Kotlin user project
* Rework infrastructure for builds as a Kotlin user project
* Perform a minor Kotlin-related cleanup
- the deprecated `kotlin.js.compiler` Gradle property is removed from `gradle.properties`
- the deprecated `kotlin.native.ignoreIncorrectDependencies` Gradle property is removed from `gradle.properties`
- `:kotlinx-datetime:compileCommonJsMainKotlinMetadata` task is enabled back to preserve compilation correctness (see KT-66382 for more details)
* [migration to Kotlin 1.9.24] Update build scripts w.r.t. KT-65864
* [migration to Kotlin 2.2.0] Update build scripts w.r.t. KT-54110
* [migration to Kotlin 2.2.0] Update Kotlin code w.r.t. KT-74897
* [migration to Kotlin APIV 2.2] Update Kotlin code w.r.t. KT-76394
* [migration to Kotlin 2.2.20] Update Kotlin code w.r.t. KT-77986
---------
Co-authored-by: Nikolay Lunyak <nikolay.lunyak@jetbrains.com>
0 commit comments