how to get current build type (debug/release) in c...
# multiplatform
a
how to get current build type (debug/release) in compose desktop, in Android we have buildConfig to get the same not sure how to do that on deskop?
z
you will need to use a third party gradle plugin currently there's these two plugins https://github.com/yshrsmz/BuildKonfig https://github.com/gmazzo/gradle-buildconfig-plugin personally I like the one by gmazzo since it has better type safety
a
Thanks Nicholas! I will try these.
170 Views