Hands-on "Introduction to Coroutines and Channels"

Hello.
Where do I find the solution for the following problem ?:
In the Hands-on example “Introduction to Coroutines and Channels” the following error occurs when trying to import gladle project:

FAILURE: Build failed with an exception.

  • Where:
    Build file ‘D:\Kotlin\intro-coroutines\build.gradle’ line: 2
  • What went wrong:
    Plugin [id: ‘org.jetbrains.kotlin.jvm’, version: ‘1.3.60’] was not found in any of the following sources:
  • Gradle Core Plugins (plugin is not in ‘org.gradle’ namespace)
  • Plugin Repositories (could not resolve plugin artifact ‘org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.3.60’)
    Searched in the following repositories:
    Gradle Central Plugin Repository

Failed to reproduce with master GitHub - kotlin-hands-on/intro-coroutines. Try to do a fresh checkout and import the project again, it should be fine.