Skip to content

Commit 9cbd8d3

Browse files
committed
adding std-lib compatibility issue
1 parent 99ccaf4 commit 9cbd8d3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/topics/compatibility-guides/compatibility-guide-21.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,23 @@ perspective
311311
> - 2.1.0: raise warnings to errors for function literals with parameters and receivers of inaccessible non-generic types
312312
> - 2.2.0: raise warnings to errors for types with inaccessible type arguments
313313
314+
## Standard library
315+
316+
### Remove kotlin-stdlib-common artifacts in compiler tests
317+
318+
> **Issue**: [KT-62159](https://youtrack.jetbrains.com/issue/KT-62159)
319+
>
320+
> **Component**: kotlin-stdlib
321+
>
322+
> **Incompatible change type**: binary
323+
>
324+
> **Short summary**: The JAR file published under `org.jetbrains.kotlin:kotlin-stdlib-common` is deprecated, with `.klib` files replacing it as the standard format.
325+
> The legacy `kotlin-stdlib-common` artifacts built with `kotlin-platform-common` and `enableCompatibilityMetadataVariant` are removed in compiler tests.
326+
>
327+
> **Deprecation cycle**:
328+
>
329+
> - 2.1.0: remove `kotlin-stdlib-common` artifacts in compiler tests
330+
314331
## Tools
315332

316333
### Deprecate KotlinCompilationOutput#resourcesDirProvider

0 commit comments

Comments
 (0)