artifact: testing/deterministic/build.gradle purpose: Add testImplementation(project(":core:router")) and testImplementation(project(":core:events")) so deterministic tests can access router and event types. depends_on: task-003 non_goals: Writing test code done_when: ./gradlew :testing:deterministic:compileTestKotlin compiles with the new dependencies