Commit eb79d04
Bump kotlin from 2.2.21 to 2.3.10 + kotest + kotlinx-serialization + gradle (#379)
Bumps `kotlin` from 2.2.21 to 2.3.0.
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.21 to 2.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin:kotlin-gradle-plugin's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 2.3.0-RC3</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82869"><code>KT-82869</code></a>
Green-to-Red change in 2.3 after prioritizing non-suspend-function-type
overloads</li>
</ul>
<h3>Libraries</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82901"><code>KT-82901</code></a>
<code>Long.MIN_VALUE.milliseconds</code> produces invalid denormalized
Duration</li>
</ul>
<h2>Kotlin 2.3.0-RC2</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82590"><code>KT-82590</code></a>
ClassCastException when instantiating class with generics implemented by
fun interface and lambda</li>
</ul>
<h3>Tools. Compiler Plugin API</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82563"><code>KT-82563</code></a>
Improve compiler error messages to identify incompatible plugins causing
compilation failures</li>
</ul>
<h2>Kotlin 2.3.0-RC</h2>
<h2>Changelog</h2>
<h3>Backend. Wasm</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82075"><code>KT-82075</code></a>
K/Wasm: kotlin.wasm.internal.getSimpleName crashes on iOS Safari older
than 26</li>
</ul>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82138"><code>KT-82138</code></a>
Debugger: Cannot evaluate JvmInline value class parameter</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-78413"><code>KT-78413</code></a>
Kotlin Debugger: value classes as context parameters have incorrect
names in Variables View during debugging</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-80549"><code>KT-80549</code></a>
Call of Java method with type parameter bounds: Expected
FirResolvedTypeRef with ConeKotlinType but was FirJavaTypeRef</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82132"><code>KT-82132</code></a>
False-positive type mismatch with -language-version 2.2</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-81988"><code>KT-81988</code></a>
K2: Any?.toString() causes NPE inside lambda with Java</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82022"><code>KT-82022</code></a>
K/N: Unexpected "Annotation <code>@JvmInline</code> is missing on
actual declaration" warning with value classes</li>
</ul>
<h3>Compose compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/CMP-9167"><code>CMP-9167</code></a>
iOS: Platform declaration clash: The following functions have the same
IR signature</li>
</ul>
<h3>IR. Actualizer</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-77337"><code>KT-77337</code></a>
<code>IrNoExpectSymbolsHandler</code> finds expect class reference after
enabling annotation traversal in IR</li>
</ul>
<h3>IR. Tree</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-81952"><code>KT-81952</code></a>
"IllegalStateException: Callable reference with vararg should not
appear at this stage" for callable references to functions with
generic vararg parameters</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/JetBrains/kotlin/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.21 to 2.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.serialization's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 2.3.0-RC3</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82869"><code>KT-82869</code></a>
Green-to-Red change in 2.3 after prioritizing non-suspend-function-type
overloads</li>
</ul>
<h3>Libraries</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82901"><code>KT-82901</code></a>
<code>Long.MIN_VALUE.milliseconds</code> produces invalid denormalized
Duration</li>
</ul>
<h2>Kotlin 2.3.0-RC2</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82590"><code>KT-82590</code></a>
ClassCastException when instantiating class with generics implemented by
fun interface and lambda</li>
</ul>
<h3>Tools. Compiler Plugin API</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82563"><code>KT-82563</code></a>
Improve compiler error messages to identify incompatible plugins causing
compilation failures</li>
</ul>
<h2>Kotlin 2.3.0-RC</h2>
<h2>Changelog</h2>
<h3>Backend. Wasm</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82075"><code>KT-82075</code></a>
K/Wasm: kotlin.wasm.internal.getSimpleName crashes on iOS Safari older
than 26</li>
</ul>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82138"><code>KT-82138</code></a>
Debugger: Cannot evaluate JvmInline value class parameter</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-78413"><code>KT-78413</code></a>
Kotlin Debugger: value classes as context parameters have incorrect
names in Variables View during debugging</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-80549"><code>KT-80549</code></a>
Call of Java method with type parameter bounds: Expected
FirResolvedTypeRef with ConeKotlinType but was FirJavaTypeRef</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82132"><code>KT-82132</code></a>
False-positive type mismatch with -language-version 2.2</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-81988"><code>KT-81988</code></a>
K2: Any?.toString() causes NPE inside lambda with Java</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82022"><code>KT-82022</code></a>
K/N: Unexpected "Annotation <code>@JvmInline</code> is missing on
actual declaration" warning with value classes</li>
</ul>
<h3>Compose compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/CMP-9167"><code>CMP-9167</code></a>
iOS: Platform declaration clash: The following functions have the same
IR signature</li>
</ul>
<h3>IR. Actualizer</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-77337"><code>KT-77337</code></a>
<code>IrNoExpectSymbolsHandler</code> finds expect class reference after
enabling annotation traversal in IR</li>
</ul>
<h3>IR. Tree</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-81952"><code>KT-81952</code></a>
"IllegalStateException: Callable reference with vararg should not
appear at this stage" for callable references to functions with
generic vararg parameters</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/JetBrains/kotlin/commits">compare view</a></li>
</ul>
</details>
<br />
Updates `org.jetbrains.kotlin.plugin.allopen` from 2.2.21 to 2.3.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JetBrains/kotlin/releases">org.jetbrains.kotlin.plugin.allopen's
releases</a>.</em></p>
<blockquote>
<h2>Kotlin 2.3.0-RC3</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82869"><code>KT-82869</code></a>
Green-to-Red change in 2.3 after prioritizing non-suspend-function-type
overloads</li>
</ul>
<h3>Libraries</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82901"><code>KT-82901</code></a>
<code>Long.MIN_VALUE.milliseconds</code> produces invalid denormalized
Duration</li>
</ul>
<h2>Kotlin 2.3.0-RC2</h2>
<h2>Changelog</h2>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82590"><code>KT-82590</code></a>
ClassCastException when instantiating class with generics implemented by
fun interface and lambda</li>
</ul>
<h3>Tools. Compiler Plugin API</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82563"><code>KT-82563</code></a>
Improve compiler error messages to identify incompatible plugins causing
compilation failures</li>
</ul>
<h2>Kotlin 2.3.0-RC</h2>
<h2>Changelog</h2>
<h3>Backend. Wasm</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82075"><code>KT-82075</code></a>
K/Wasm: kotlin.wasm.internal.getSimpleName crashes on iOS Safari older
than 26</li>
</ul>
<h3>Compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82138"><code>KT-82138</code></a>
Debugger: Cannot evaluate JvmInline value class parameter</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-78413"><code>KT-78413</code></a>
Kotlin Debugger: value classes as context parameters have incorrect
names in Variables View during debugging</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-80549"><code>KT-80549</code></a>
Call of Java method with type parameter bounds: Expected
FirResolvedTypeRef with ConeKotlinType but was FirJavaTypeRef</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82132"><code>KT-82132</code></a>
False-positive type mismatch with -language-version 2.2</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-81988"><code>KT-81988</code></a>
K2: Any?.toString() causes NPE inside lambda with Java</li>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-82022"><code>KT-82022</code></a>
K/N: Unexpected "Annotation <code>@JvmInline</code> is missing on
actual declaration" warning with value classes</li>
</ul>
<h3>Compose compiler</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/CMP-9167"><code>CMP-9167</code></a>
iOS: Platform declaration clash: The following functions have the same
IR signature</li>
</ul>
<h3>IR. Actualizer</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-77337"><code>KT-77337</code></a>
<code>IrNoExpectSymbolsHandler</code> finds expect class reference after
enabling annotation traversal in IR</li>
</ul>
<h3>IR. Tree</h3>
<ul>
<li><a
href="https://youtrack.jetbrains.com/issue/KT-81952"><code>KT-81952</code></a>
"IllegalStateException: Callable reference with vararg should not
appear at this stage" for callable references to functions with
generic vararg parameters</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/JetBrains/kotlin/commits">compare view</a></li>
</ul>
</details>
<br />
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oleg Smirnov <[email protected]>1 parent 8b451cb commit eb79d04
7 files changed
Lines changed: 104 additions & 33 deletions
File tree
- buildSrc/src/main/kotlin
- tasks
- gradle
- wrapper
- json-schema-validator/api
- kotlin-js-store
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | 32 | | |
| |||
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
2 | 6 | | |
3 | 7 | | |
4 | 8 | | |
| |||
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| 35 | + | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
| 39 | + | |
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
38 | 63 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
1093 | 1098 | | |
1094 | 1099 | | |
1095 | 1100 | | |
| |||
1194 | 1199 | | |
1195 | 1200 | | |
1196 | 1201 | | |
1197 | | - | |
| 1202 | + | |
1198 | 1203 | | |
1199 | | - | |
1200 | | - | |
| 1204 | + | |
1201 | 1205 | | |
1202 | 1206 | | |
1203 | 1207 | | |
| |||
1229 | 1233 | | |
1230 | 1234 | | |
1231 | 1235 | | |
1232 | | - | |
1233 | | - | |
1234 | | - | |
1235 | | - | |
| 1236 | + | |
| 1237 | + | |
| 1238 | + | |
| 1239 | + | |
1236 | 1240 | | |
1237 | 1241 | | |
1238 | 1242 | | |
| |||
1349 | 1353 | | |
1350 | 1354 | | |
1351 | 1355 | | |
1352 | | - | |
1353 | | - | |
1354 | | - | |
1355 | | - | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
1356 | 1360 | | |
1357 | 1361 | | |
1358 | 1362 | | |
| |||
1362 | 1366 | | |
1363 | 1367 | | |
1364 | 1368 | | |
| 1369 | + | |
1365 | 1370 | | |
1366 | 1371 | | |
1367 | 1372 | | |
| |||
1877 | 1882 | | |
1878 | 1883 | | |
1879 | 1884 | | |
1880 | | - | |
1881 | | - | |
1882 | | - | |
1883 | | - | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
1884 | 1889 | | |
1885 | 1890 | | |
1886 | 1891 | | |
| |||
1968 | 1973 | | |
1969 | 1974 | | |
1970 | 1975 | | |
1971 | | - | |
1972 | | - | |
1973 | | - | |
1974 | | - | |
| 1976 | + | |
| 1977 | + | |
| 1978 | + | |
| 1979 | + | |
1975 | 1980 | | |
1976 | 1981 | | |
1977 | 1982 | | |
| |||
1983 | 1988 | | |
1984 | 1989 | | |
1985 | 1990 | | |
1986 | | - | |
| 1991 | + | |
1987 | 1992 | | |
1988 | 1993 | | |
1989 | 1994 | | |
| |||
0 commit comments