I inspected my KMP iOS export header 61% of it was dead weight. Here’s what I found and built
If you are building an iOS app with Kotlin Multiplatform (KMP) or Compose Multiplatform, you might have opened your generated Shared.h header at som…
Tech news from the best sources
If you are building an iOS app with Kotlin Multiplatform (KMP) or Compose Multiplatform, you might have opened your generated Shared.h header at som…
If you've used the experimental Integer type from Kotools Types before 5.2.0, you may have noticed arithmetic getting slower as numbers grew larger.…
If you write Kotlin Multiplatform code that involves integer division, you may have already hit this: the exact same expression behaves completely d…
JetBrains announced a new default project structure for KMP. Two shared modules — sharedLogic and sharedUI — plus separate application modules for e…
Built specifically for Kotlin Multiplatform PdfKmp is a KMP-first library. The DSL, the layout engine, and the document model all live in commonMain…
One important change in Compose Navigation 3 is that navigation state is back in the developer's hands. That may not sound like a big deal at first,…