My source code is as follows:
There are warnings : Property \'****\' is never used.
I added \"@Suppress(\"UNUSED_PARAMETER\")\", \"@Suppress(\"UNUSED_PROPERTY_G
Use @Suppress("unused") in order to suppress unused warning.
@Suppress("unused")
For those cases you can use the IDE. press alt+enter:
alt+enter