Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions Documentation/release-notes/5139.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
### Binding Issues

* [GitHub Issue 682](https://github.com/xamarin/java.interop/issues/682):
Prevent BG8604 warning by hiding `public` nested types of *non*-`public`
Kotlin "outer" types.

* [GitHub Issue 717](https://github.com/xamarin/java.interop/issues/717):
Allow `android.app.IntentService` to be resolved from `Mono.Android.dll`.

* [GitHub Issue 719](https://github.com/xamarin/java.interop/issues/719):
Prevent a `JNI DETECTED ERROR IN APPLICATION` runtime error which can
occur when a `Java.Lang.Object` subclass is GC'd before it can be
passed into Java code.
2 changes: 1 addition & 1 deletion external/Java.Interop