Cheems Developer
Cheems Developer @CheemsDevMemes ·
Use runCatching for exception handling val result = runCatching { riskyOperation() } Cleaner than try-catch. Functional-style error handling 💎 #KotlinDev
1
Nicos Nicolaou
Nicos Nicolaou @nicolaou_nicos ·
🚀 KSP 2.3.5 released! 🐛 Fixed memory leak in KSPCoreEnvironment 🏷️ Annotation argument issue resolved 🧹 Removed dependency on KotlinCompile.libraries 🔗 github.com/google/ksp/rel… #Kotlin #KSP #KotlinDev #AndroidDev #Android
Release 2.3.5 · google/ksp

What's Changed KSPCoreEnvironment.instance_prop leaks memory when used programmatically #2742 Missing first annotation argument when toByte is used #2672 Fix circular dependency between KSP an...

From github.com
38