Yes, that’s the reason why I recomment to rid of `...
# announcements
g
Yes, that’s the reason why I recomment to rid of
kotlin()
function and use full artifact
Copy code
plugins {
   id "org.jetbrains.kotlin.jvm" version "1.1.4-3"
}
dependencies {
   compile "org.jetbrains.kotlin:kotlin-stdlib"
}