'Could not find kotlin-daemon-client-1.3.50.jar

i am trying to update my android project, but i am getting the next error

A problem occurred configuring root project 'co-android-a'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not find kotlin-daemon-client-1.3.50.jar (org.jetbrains.kotlin:kotlin-daemon-client:1.3.50).
     Searched in the following locations:

Android code

ext.kotlin_version = '1.3.50'
extensions.kotlin_version = '1.3.50'
extensions.jacocoVersion = '0.8.2'

compileOnly "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.50"
compileOnly 'androidx.recyclerview:recyclerview:1.0.0'
compileOnly 'androidx.annotation:annotation:1.0.0'


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source