https://kotlinlang.org logo
Title
j

jmhmccr

09/28/2018, 4:29 AM
I keep getting
Plugin [id: 'org.jetbrains.kotlin.jvm', version: '1.3.0-rc-57'] was not found
and don't see a whole bunch of docs for specifying the kotlin plugin version via buildscript
Sorry about the lack of details, think I'm hitting my head against the wall and need some sleep first. Will check back in the morning.
r

ribesg

09/28/2018, 8:05 AM
You may need to add the
kotlinEap()
repository. It's an extension function provided by Gradle, but you can't use it everywhere, so if it doesn't work, try
maven(url = "<https://dl.bintray.com/kotlin/kotlin-eap/>")
instead (basically what the extension function does)