When using experimental APIs that require `@Experi...
# android
e
When using experimental APIs that require
@ExperimentalSomethingApi
or
@OptIn("some experimental option')
there is an issue. When such APIs become stable and these annotations are no longer required, then nothing indicates that the annotations are obsolete! Is there a way to detect this, other than manually trying to delete the annotation and seeing what happens?
1
l
It's not related to Android. There's an existing issue for that on YouTrack also, I think you can find it.
e
🤦‍♂️ of course, what was I thinking!
Merci beaucoup Louis
I've found a bunch of YT issues that I can follow for updates
a