isFull method produces an error in chapter 13

I’m using Kotlin 1.4.32. At the beginning of the chapter, the producer example adding the isFull boolean produces an error by the compiler:
“Using ‘isFull: Boolean’ is an error. Will be removed in next releases without replacement”.

Just FYI