Is there a plan to allow conditional escalation of SDK at compile time?

I think you can evaluate the avaliability as a compile-time boolean with this pitch.

Then you could have it like this:

#if goodSDK()

Which would evaluate at compile time and help you conditionally compile it or not :slight_smile:

2 Likes