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
o
oianmol
11/05/2022, 4:23 PM
you can setup intelij idea run
-configurations and provide environment variables for different configurations for differentiating
d
darkmoon_uk
11/06/2022, 12:47 AM
Or bake it in at build time in a similar manner to Android, using BuildKonfig