I am learning Kotlin Multiplatform and am trying to add Coroutines to commonMain, as described in the documentation link
Screenshot from kotlinx.coroutines
Repository
The documentation in the repository says to add this to the list of dependencies in this way.
Am I missing something?
IntelliJ Screenshot: