Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Release Notes 11.3

Release Notes Bot edited this page Mar 3, 2021 · 2 revisions

Draft Release Notes for 11.3

Issues fixed

Bindings projects

Kotlin internal types are now added to api.xml with visibility='private' and internal members are added with visibility='kotlin-internal'. This provides an opportunity to use metadata to change the visibility to public, allowing them to be bound. If visibility is not manually changed, these Kotlin internal types/members will be ignored, matching the existing behavior.

Clone this wiki locally