is there any way to check if the app is development during runtime (like Android’s BuildConfig.DEBUG)?
I am currently using the build config plugin and have a IS_DEBUG boolean which returns if gradle is not running on CI. Wondering if there’s anything out of the box i should know of