bindscope(getOrCreateScope(named("frontdoor"))) is what I'd expect FWIW...
We were having issues occasionally w/ bindscope(createScope()) complaining the scope was created already in beta1 and had to add a destroyScope in the onDestroy of the activity to work around it...