Mofe EjegiCalling Platform-Specific Dependencies in Kotlin MultiplatformSeamlessly integrate platform-specific dependencies for robust Kotlin Multiplatform (KMP) and Compose Multiplatform development.10 min read·4 hours ago----
Daniel PeachDont mis-type your JPA propertiesWhen building your JPA Entities, there are many ways to go wrong. Some are nearly harmless, and border on just best convention. Some…8 min read·4 hours ago----
JcoderKotlin Functions: The Cosmic Journey of CodeIntroduction: Kotlin — The Starship of Programming Languages4 min read·6 hours ago----
Max SidorovinProAndroidDevKotlin under the hood: the nuances of using annotations in kotlinAt the same time, the use of annotations in kotlin can play a cruel joke on you.4 min read·7 hours ago----
Michal AnkiersztajnKotlin mapOf operatorHow to use Kotlin mapOf()? This is very useful and clean way of building maps.1 min read·9 hours ago----
Michal AnkiersztajnKotlin catch multiple exceptionsOften, we want to catch multiple exceptions. Unfortunetly, Kotlin doesn’t provide a built-in mechanism, but there are workarounds.1 min read·9 hours ago----
First I have fika, then I write apps.Kotlin Flows for Dumbs Like Me: Converting cold flow to hot and back (with examples and outputs)In the first part of this wonderful journey into the bushes of Kotlin Flows, I went through the basic topic. To briefly recap, I talked…6 min read·10 hours ago----
Michal Ankiersztajn‘Enum.values()’ is recommended to be replaced by ‘Enum.entries’What’s the difference between Enum.values() and Enum.entries? How to use them properly?2 min read·10 hours ago----
Akın KeskinbasJetpack Compose’da State ve Performans Part 2Part 1'e buradan gidebilirsiniz.1 min read·11 hours ago----