Release Notes 11.3 - dotnet/java-interop GitHub Wiki
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.
- Java.Interop GitHub PR 687: [generator] Add
--with-javadoc-xml=FILE
support.