implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")
Facilitates asynchronous programming with coroutines, offering structured concurrency and flow-based APIs for efficient, scalable code.