Using Kotlin 1.8, IDEA is telling me that I can ch...
# intellij
s
Using Kotlin 1.8, IDEA is telling me that I can change an
object
with a
data object
. However, this doesn't compile, as it's only available since 1.9. Is this known?
ClubProfileViewModel.kt375 The feature "data objects" is only available since language version 1.9
1
a
Please create a YouTrack issue with a sample project and your IDEA / Kotlin plugins versions.
s
For sure, will do this on Monday. 👍