is there any way to check if the app is developmen...
# compose-desktop
a
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
you can setup intelij idea run -configurations and provide environment variables for different configurations for differentiating
d
Or bake it in at build time in a similar manner to Android, using BuildKonfig