Lines Matching +full:backwards +full:- +full:incompatible
6 since other experimental platforms currently do not impose any backward-compatibility guarantees.
7 …e stable on [this page](https://kotlinlang.org/docs/reference/evolution/components-stability.html).
9 - [Core library compatibility](#core-library-compatibility)
10 * [General (Stable) API](#stable-api)
11 * [Experimental API](#experimental-api)
12 * [Internal API](#internal-api)
13 - [Compatibility with Kotlin compiler plugin](#compatibility-with-kotlin-compiler-plugin)
19 …quire opt-in, please refer to [corresponding documentation page](https://kotlinlang.org/docs/refer…
26 * It is binary backwards-compatible: during update of `kotlinx.serialization` version, previously c…
29 * It is source backwards compatible modulo major deprecation. Most of the API is here to stay forev…
30 …le security or design flaw is exposed. Minor releases never add source-incompatible changes to the…
46 However, we'll try to provide best-effort compatibility — such declarations won't be deleted or cha…
67 However, if you have a rare use-case that can be solved only with internal API, it is possible to u…
68 In such a case, please create an issue on GitHub in order for us to understand a use-case and to pr…
92 The compiler can detect such problems and will inform you if its version is incompatible with a cur…