kotlin UseCases: Injectable Functions This post demystifies use cases: they’re just functions with dependency injection. Single-purpose classes that simplify complex logic by letting DI handle dependencies, making code cleaner and testable.
kotlin Modularizing with Intent: Finding the Right Module Naming Convention Kotlin module naming convention: [group-]domain-layer[-contexts]. Flat, flexible, KMP-friendly—read on!