JNIDBus - 0.4.0
New features:
- Support
DICT_ENTRY
type Handlers
can be unregistered- Kotlin interop: You can now specify a
CoroutineScope
when registering theKotlinMethodInvocator
- Performances improvement (up to 30%)
- Support native Java arrays (ex:
int[]
)
Fixes:
- Nested array/objects do not work beyond two levels
- Bump Kotlin version to
1.3.50