bbaldino
05/28/2019, 6:59 PMRuckus
05/28/2019, 7:05 PMCasey Brooks
05/28/2019, 7:31 PMbbaldino
05/28/2019, 8:36 PMPaulius Ruminas
05/29/2019, 5:39 AM@file:Suppress("unused")
at the top of the file it will suppress all warnings in that file.bbaldino
05/29/2019, 2:53 PM@PublicAPI
but have it defined as basically Suppress("unused")
?Paulius Ruminas
05/29/2019, 4:06 PMtypealias PublicAPI = Suppress
so it would still have to be with an argument @PublicAPI("unused")
.bbaldino
05/29/2019, 5:19 PMkarelpeeters
05/30/2019, 10:34 AM