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?