Is there a flag in Kotlin JS to determine if we ar...
# multiplatform
p
Is there a flag in Kotlin JS to determine if we are in a debug build? In Android there is BuildConfig.Debug and in ios there is Platform.isDebugBinary. Is there an alternative for JS?
plus one 1