Samsung / microbit

micro:bit official Android application code. The application is free to download from https://play.google.com/store/apps/details?id=com.samsung.microbit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71.

matematyk opened this issue · comments

I am using android-studio, project has been imported from git repository.
I have problem while build:

ERROR: Could not find org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.2.71.
I tried set default settings in main directory of project microbit/build.gradle

    implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.3.41'

But suddenly this error occurred,

I am not sure why I have 404 in https://dl.google.com/dl/android/maven2/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.2.71/kotlin-stdlib-jdk8-1.2.71.pom

kotlin-sdlib is dependencies from other modules of project?