// +build !experimental

package utils

func ExperimentalBuild() bool {
	return false
}