Upgraded to 2021.3 and the IDE doesn't recognize i...
# intellij
k
Upgraded to 2021.3 and the IDE doesn't recognize i.e.
buildList
,
@Serializable
, etc... (multiproject build, works ok with 2021.2.3). Anyone seen something similar?
p
sadly 2021.3 doesn’t support 1.6 yet https://youtrack.jetbrains.com/issue/KTIJ-20305
k
thanks for the info! although, I've used for example buildList even in 1.5 using
ExperimentalStdlibApi
opt-in ... still, I'll wait until 1.6 support lands...
p
perhaps that’s because 2021.3 comes with 1.5.10, not 1.5.31 (not sure)
👍 1
a
Do you have a Maven project? It may be the same problem as https://youtrack.jetbrains.com/issue/KTIJ-19992. But I'm not sure how
buildList
is related to that.