Android – Could not download kotlin-compiler-embeddable.jar

androidandroid-studiokotlin

I am trying to run my project in android studio , but I am getting following issue.

Could not download kotlin-compiler-embeddable.jar (org.jetbrains.kotlin:kotlin-compiler-embeddable:1.2.71): No cached version available for offline mode

It would be great , if I got the solution.Looking forward for your helpful suggestions

Best Answer

Gradle is in offline mode.

Open the Preferences window by clicking File > Settings (on Mac, Android Studio > Preferences).

In the left pane, click Build, Execution, Deployment > Gradle. Check the Offline work checkbox off.

Click Apply or OK.