Or are they improving the language syntax so the I...
# getting-started
c
Or are they improving the language syntax so the IDE has it easier? I don't understand
k
I think it's improving the scripting runtime and specifically in the context of gradle or something
j
Kotlin isn’t just a programming language, sure there’s a Kotlin programming language, but Kotlin is composed of various things, namely (not exclusively): • the programming language • scripting runtime • compiler • tooling (gradle plugins, etc)
☝️ 2
c
So when they are updating the version of Kotlin, they might be talking about improving an IntelliJ IDEA plugin?
And not new syntax or language features?
o
No, the whole ecosystem is touched by the massive update. From the language implementation to tooling.
c
I think I understand it, thank you very much all