Skip to content

Instantly share code, notes, and snippets.

@paulfranco
Created March 20, 2019 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulfranco/81a0eaabd0fe5d0d1fe3c6051a8253a4 to your computer and use it in GitHub Desktop.
Save paulfranco/81a0eaabd0fe5d0d1fe3c6051a8253a4 to your computer and use it in GitHub Desktop.
Kotlin Error : Could not find org.jetbrains.kotlin:kotlin-stdlib-jre7:1.0.7
Kotlin Error : Could not find org.jetbrains.kotlin:kotlin-stdlib-jre7:1.0.7
Replace : implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
with : implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment