Joram Visser
02/02/2024, 3:59 PMWarning:(123, 4) Redundant 'Unit' return type
and Warning:(177, 9) Redundant 'suspend' modifier
warnings in my code base (I like to be explicit with the return type and sometimes I add the suspend keyword, for instance when I know that I will need it in a future iteration (but just not yet on the dummy impl)).
Is there a way to turn these warnings off for a project. For instance with a compiler flag? Or with some Gradle magic?Joram Visser
02/02/2024, 6:45 PMutenma
11/22/2024, 4:16 AM-Xsuppress-warning=WARNING_NAME