-
Notifications
You must be signed in to change notification settings - Fork 53
Release Notes 11.3
Release Notes Bot edited this page Mar 3, 2021
·
2 revisions
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.
-
Java.Interop GitHub PR 687: [generator] Add
--with-javadoc-xml=FILE
support.