what is this: ``` Error:(179, 119) Kotlin: Cannot ...
# intellij
p
what is this:
Copy code
Error:(179, 119) Kotlin: Cannot access built-in declaration 'kotlin.plus'. Ensure that you have a dependency on the Kotlin standard library
k
You don't have a dependency on the standard library?
p
i do.. my kotlin plugin is latest but the project kotlin version is 1.0.1
i guess it became incompatible
k
That's a pretty old Kotlin version.
p
¯\_(ツ)_/¯
i thought the plugin is made to always work with previous releases
k
Does the gradle build still work?
p
it’s maven and yes
a
It also could be this: https://stackoverflow.com/questions/56718118/upgrade-from-kotlin-1-3-31-1-3-40-breaks-android-build if you don't have an explicit dependency on the Kotlin stdlib.