Is there a way to compute calls to `Foo::class.qua...
# compiler
m
Is there a way to compute calls to
Foo::class.qualifiedName()
at compile type and save them as constant strings to make sure they are not touched by proguard but still get intelliJ "FindUsages" if needed?
e
https://youtrack.jetbrains.com/issue/KT-16304 is more specific to your use case but both are related
👍 1