File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 205
205
<breakBuildOnSourceIncompatibleModifications >true</breakBuildOnSourceIncompatibleModifications >
206
206
<excludes >
207
207
<!--
208
- TODO Remove after release of 2.13 and update the oldVersion above. These were made
209
- `internal`, breaking backwards compat (in a way we're ok with), but we don't want
210
- to lose japicmp's enforcement until the new version is released.
208
+ TODO Remove after release of 2.13 and update the oldVersion above.
209
+
210
+ Kotlin's method suffix generation changed in 1.4.30
211
+ (https://github.com/Kotlin/KEEP/commit/e7984ffd83a1166c7f81a11d1a95b35cae929a2a#diff-012da204af6117588e5a1d3a41491bb7fe4e6c5620111c3c2d4a680c7a1057b1R653)
212
+ which changes the presented API produced by these objects. While they aren't
213
+ internal and should not be…they're fairly esoteric so we're ok with that breakage
214
+ across a major version.
211
215
-->
212
216
<exclude >com.fasterxml.jackson.module.kotlin.UByteDeserializer</exclude >
213
217
<exclude >com.fasterxml.jackson.module.kotlin.UByteSerializer</exclude >
You can’t perform that action at this time.
0 commit comments