1 // Copyright 2015-present 650 Industries. All rights reserved. 2 package host.exp.expoview 3 4 object ExpoViewBuildConfig { 5 @JvmStatic var USE_EMBEDDED_KERNEL = true 6 @JvmStatic var DEBUG = false 7 } 8