Currently getting a different error where it says ...
# eap
a
Currently getting a different error where it says
Failed to resolve: org.jetbrains.kotlin:kotlin-stdlib:1.1-SNAPSHOT
in my app level gradle. I moved the
maven {}
block to the buildscripts section in my top level build.gradle and in my app build.gradle, I’m simply using
compile “org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version”
@ilya.gorbunov