Successfully modified file: /home/Messier82/projects/service-book/app/build.gradle.kts (1 replacements). Here is the updated code: ... excludes = listOf("jdk.internal.*") } } else { configure { isEnabled = false } } val defaultForks = (Runtime.getRuntime().availableProcessors() / 4).coerceAtLeast(2) maxParallelForks = (project.findProperty("testForks") as String?)?.toInt() ?: defaultForks forkEvery = 0L ...