Hey, I want to add jmh ( <https://github.com/melix...
# gradle
h
Hey, I want to add jmh ( https://github.com/melix/jmh-gradle-plugin ) to benchmark my kotlin project. But once I add the required lines to my build.gradle I get the attatched error. I tested with & without kotlin in a fresh gradle project, but it only seems to work in a project without kotlin. The error gets thrown when I press run, building with gradle succeeds without any issues. I'm running gradle 4.3 along with plugin version 0.4.5 as recommended. Any idea how I could fix this?