When 261 marks a certain API as Internal and 262 marks it as experimental, which options do I have to deal with that if I want to support both versions? I assume that the 261 verifier would flag the usage even if I have guards in place which do not call that code when running on 261.
I found this post which might be related and I don’t get how it could work in practice.