hi, I have a piece of code that I don’t want to be...
# android
p
hi, I have a piece of code that I don’t want to be able to compile only when
BuildConfig._DEBUG_
is false. While it’s possible in Swift, I can’t do the same in Kotlin. (at least with what I know) I am doing some code migration and it would be terrible to have it going to production without fixing it
stackoverflow 1
not kotlin but kotlin colored 2
e
Just activate the minifyEnable, the compiler will do it when optimizing the codes