Has anyone managed to get working debug source sets besides androidDebug? There’s been a little bit of talk throughout the years but no complete working example
t
tapchicoma
07/07/2025, 7:28 AM
Could you provide more details what you want to achieve?
b
blakelee
07/07/2025, 5:16 PM
Ideally it would be nice to be able to have commonDebug, commonRelease, and commonMain similar to how you can do that with the Android source sets. Or in my case iosDebug, iosMain, and iosRelease.
blakelee
07/07/2025, 5:20 PM
I want to create a debug menu that only appears in debug builds. When a release build is made then none of that will be in the final binary so consumers wont be able to change certain values