Join Slack
Powered by
how to get current build type (debug/release) in c...
# multiplatform
a
Avadhut
06/01/2024, 5:32 PM
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
zt
06/01/2024, 8:14 PM
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
Avadhut
06/02/2024, 5:56 AM
Thanks Nicholas! I will try these.
170
Views
Open in Slack
Previous
Next