Explore >> Select a destination


You are here

handstandsam.com
| | www.marcogomiero.com
1.1 parsecs away

Travel
| | After discovering a new interesting technology or framework, you will probably start asking yourself how to integrate it into an existing project. That's because, the possibility to start with a blank canvas is rare (not impossible, but rare). This is also the case for Kotlin Multiplatform (I'll call it KMP in the rest of the article). When starting a new blank KMP project it is easier to have a mono-repo structure like this:
| | blog.apdu.fr
8.1 parsecs away

Travel
| | With the version 1.6.0 of libccid I just released (see New version of libccid: 1.6.0) the recommended tool to configure and build libccid is now meson. I already explained why I now use meson instead
| | johnoreilly.dev
2.5 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...
| | blog.kdgregory.com
16.4 parsecs away

Travel
| When I want to package a Java application in a single JAR with all of its dependencies, I normally turn to Maven's Shade plugin. This ...