now that I think about it, it should probably be _...
# getting-started
s
now that I think about it, it should probably be _ -> true, but the problem is there regardless
a
stoyicker: its working fine in try.kotlinlang.org maybe invalidate caches/restart IJ?
s
nope
a
@stoyicker can you show some code where
items
comes from and how your
Post
looks like
s
Copy code
data class Post(val title: String, val subreddit: String, val score: Int, val detailLink: String)
Copy code
private val items = mutableListOf<Post>()
s
I know, I tried it too
but it doesn't work on the ide