Successfully modified file: /home/Messier82/projects/service-book/app/build.gradle.kts (1 replacements). Here is the updated code: ... // These tests are intended to be run directly from the IDE. // Note: This project uses JUnit 4 exclusively. If a Jupiter runner is ever added, // useJUnit { } will need to be scoped to only JUnit 4 tasks to avoid overriding // Jupiter configuration. useJUnit { // excludeCategories("com.servicebook.LocalOnly") } } dependencies { implementation(libs.androidx.core.ktx) ...