Changelog:
Fixes:
TestContextUtil.withTestContextis public again. The 0.9.0 freeze madeTestContextUtilandTestContextRunnerinternal, breaking test projects that usewithTestContextas the setup bridge predatingSetupStep. Both are restored as public, gated behind@KensaInternalApi(opt-in error) and deprecated in favour ofSetupStep. Existing consumers opt in with@file:OptIn(dev.kensa.KensaInternalApi::class)or-opt-in=dev.kensa.KensaInternalApiin the build (#208).