Commit 595bcbd
Abduqodiri Qurbonzoda
Drop usage of deprecated Any?.freeze() in K/N target (#2819)
The legacy memory model was removed from the K/N runtime in 1.9.20.
Now, this function does nothing, and its usages can be safely dropped.
Worker.execute functions no longer require the argument to be frozen,
as objects can no longer be frozen.1 parent d9753af commit 595bcbd
File tree
1 file changed
+1
-1
lines changed- formats/json-tests/nativeTest/src/kotlinx/serialization/json
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments