```dependencies { compile "org.jetbrains.kotli...
# getting-started
c
Copy code
dependencies {
    compile "org.jetbrains.kotlin:kotlin-stdlib-jre8"
}
b
conner: Don't add the jre8 line if you're doing it on android. It's going to throw a ton of errors. It would also require you to enable Jack toolchain I believe. A few of us were having this problem a few months ago
c
Thank you Blake, I'm not doing it for Android currently, but thank you for the warning. I am pretty sure it will save me in the furture!