Kotlin and Android Development featuring Jetpack:Page 38, FragmentPickPlayerBinding class not found

On page 38, it calls for ediging the PickPlayersFragement class and add the following to the onCreateView() method:

val binding = FragmentPickPlayersBinding.inflate(inflater, container, false)

But the specified class doesn’t exist and I’m assuming is generated but isn’t/hasn’t been so.