yeah, here's what I have: ```buildscript { repo...
# eap
d
yeah, here's what I have:
Copy code
buildscript {

  repositories {
    maven("<https://dl.bintray.com/kotlin/kotlin-eap>")
    jcenter()
    mavenCentral()
  }

  dependencies {
    classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.0-rc-116")
  }
}

repositories {
  maven("<https://dl.bintray.com/kotlin/kotlin-eap>")
  jcenter()
  mavenCentral()
}