I have a bunch of Retrofit Request/Response classes that get (de)serialized with GSON.
I currently use @Keep to make sure that R8 doesn't make them abstract, or obfuscate the property names (which are needed for GSON).
Is there any way I can obfuscate the class name while not obfuscating the property names, etc...