Add method to locate the Kotlin compiler in common locations

This commit is contained in:
Erik C. Thauvin 2025-03-21 21:08:13 -07:00
parent 9fcc5cc362
commit a57ae52a1c
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 189 additions and 26 deletions

View file

@ -45,7 +45,6 @@ class CompileOptionsTest {
.collect(Collectors.joining(File.pathSeparator));
}
@Test
@SuppressWarnings("PMD.UnitTestShouldIncludeAssert")
void testArgs() {