Step-by-step instructions for tackling Kotlin issues you’ll often run into in real projects.

Troubleshooting#

GuideDescriptionTime
Coroutine DebuggingTracing the execution flow and exceptions of async code15-20 min
Null Safety MigrationSafely migrating Java code to Kotlin15-20 min
Gradle Kotlin DSL TipsPractical know-how and patterns for build scripts10-15 min
Kotest vs JUnitChoosing between the two test frameworks and migrating15-20 min
Performance ProfilingFinding and optimizing performance bottlenecks in Kotlin/JVM apps20-25 min