Are class canonical names unique within a package after obfuscation?
I currently use Koin Dependency Injection and create scopes based off of the Activity's and Fragment's canonical names automatically for some shared DI logic. Previously, I was using their simpleName
which, of course, are not unique after obfuscation.