core — common coroutines across all platforms: launch and async coroutine builders returning Job and Deferred light-weight futures with cancellation support; Dispatchers object with Main dispatcher for Android/Swing/JavaFx (which require the corresponding artifacts in runtime) and Darwin (included out of the box), and Default dispatcher for background coroutines; delay and yield top-level suspendi