it gets removed by kotlinc/javac because it's a co...
# android
j
it gets removed by kotlinc/javac because it's a compile-time constant
👍 4
t
does it though? it gets implemented as
Boolean.parseBoolean("true")
which forces it into runtime no?
j
that's only for debug builds
👍 3