Kotlin and Android Development featuring Jetpack: Not clear in which package data classes should belong (version B4.0 page 126)

Welcome back! I’m glad you asked for clarification. The new Entity classes will go in the data package but we can just leave Player in the types package.

I added a note in chapter 5 about how all the new Entity classes go in data, hopefully that’ll be more clear.