Ellison Chan
Results
1
issues of
Ellison Chan
I was trying to integrate this plugin to OKHttp project. But when I tried to add configuration like below. ```DSL configure { junit5PluginVersion.set("1.0.0") avoidCallsTo.set(setOf("kotlin.jvm.internal")) mutators.set(setOf("STRONGER")) targetClasses.set(setOf("org.rogervinas.*")) targetTests.set(setOf("org.rogervinas.*")) threads.set(Runtime.getRuntime().availableProcessors()) outputFormats.set(setOf("XML", "HTML"))...
question