Explore >> Select a destination


You are here

whackylabs.com
| | johnoreilly.dev
6.6 parsecs away

Travel
| | Amper is a new project configuration tool that JetBrains has been developing and, given some of the updates included in the recent 0.2.0 release, I thought it was time to try it out in one of the Kotlin Multiplatform samples I have (along with Fleet 1.30 which was also recently...
| | android-developers.googleblog.com
10.1 parsecs away

Travel
| | News and insights on the Android platform, developer tools, and events.
| | adambennett.dev
7.5 parsecs away

Travel
| | Android Bennett's blog :: android, kotlin, thoughts, opinions, occasional rants
| | in.relation.to
72.0 parsecs away

Travel
| Java 9 comes with a new feature very useful to library authors: multi-release JARs (JEP 238). A multi-release JAR (MR JAR) may contain multiple variants of one and the same class, each targeting a specific Java version. At runtime, the right variant of the class will be loaded automatically, depending on the Java version being used. This allows library authors to take advantage of new Java versions early on, while keeping compatibility with older versions at the same time. If for instance your library pe...