Can I get a warning on unused `@OptIn(SomeExperime...
# compiler
m
Can I get a warning on unused
@OptIn(SomeExperimentalApi::class)
usages? It's quite easy to leave them cluttering the codebase after the declarations have been promoted to stable (or something else is used).
m
Or even, better automatically remove them
👍 2
c
would be a nice idea feature.
m