Isnt it imported by default with the kotlin.collec...
# getting-started
a
Isnt it imported by default with the kotlin.collections package?
a
It should be. I just tested it myself. Sounds silly, but did you triple check your spelling, and also did you check the lines of code above it that could throw off the IDE? Mismatched brackets can cause these sorts of things.
a
1.0.0-beta <-- my compiler version...
brew upgrade kotlin
a
@asad.awadia Kotlin 1.0 Beta is 2 years old 😮
do other auto-imports work?
a
Yeah upgraded to 1.2 - i m doing it on sublime cause my mac is too slow to run intellij
Yes - the very basic listOf println things like that wok
Everything is good now
👍 1