ArcticLampyrid
10/25/2022, 3:57 PMlibs.versions.toml
), but actually it's still using Kotlin v1.6.21 due to buildSrc
.(https://github.com/ktorio/ktor/blob/afeb5ce05af162ac2073952208d28d74cf06c3fd/buildSrc/build.gradle.kts#L25-L26)hfhbd
10/25/2022, 4:42 PMArcticLampyrid
10/26/2022, 11:30 AMktor-network
module, it failed to use [node warppers](https://github.com/JetBrains/kotlin-wrappers/tree/master/kotlin-node) that requires a newer stdlib-js
(incompatible with older JS-IR complier) . I believe at least some modules are complied under Kotlin v1.6.21ArcticLampyrid
10/26/2022, 11:36 AMkotlin-dsl
plugin didn't work due to incompatibility. After I specify kotlin-gradle-plugin
as v1.7.10 and kotlin-dsl
as v3.1.0, it gets worked. (But of course there are a lot of warnings, eg. always using the kotlin-dsl
bundled in gradle && a mismatch version of kotlin is used && etc)