kotlinx.support v0.2 Release Notes

Release Date: 2016-06-30 // almost 8 years ago
  • ๐Ÿš€ Changes in this release:

    • ๐Ÿ”ฆ expose Throwable.suppressed as a property, in addition to getSuppressed() function;
    • utility extensions for Streams to convert them to List and Sequence;
    • ๐Ÿ›  fix bug #3 with non-local returns in AutoCloseable.use.