Shawn A
04/04/2019, 1:14 AMinput = files("src/main/kotlin", "src/test/kotlin") to the detekt closure in my build.gradle but when I run gradle I get the error:
Exception in thread "main" com.beust.jcommander.ParameterException: Provided path '/Users/boris/dev/project/src/main/kotlin:/Users/boris/dev/project/src/test/kotlin' does not exist!
It works fine when I remove "src/test/kotlin".