You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.