Could not resolve org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.11

Hello.
I had to set up a new drive for development and moved my projects. After successful setup, my project compiles successfully but doesn’t build. Here’s the error I get:

gradle2

I’ve check my build.gradle files in platforms/android/build.gradle and platforms/android/ app /build.gradle. Here’s what they look like after making some adjustments (changing maven to mavenCentral()) and I still have the error:

gradle1

I’ll appreciate assistance on this.