https://kotlinlang.org logo
b

Burkhard

09/05/2020, 2:14 PM
Anyone here with experience writing JMH tests for kotlin? I'm trying to use https://github.com/melix/jmh-gradle-plugin but I get all sorts of strange errors. When I set
kotlin.jvmTarget = "1.8"
I get an error " Could not expand ZIP .../kotlin-stdlib-jdk7-1.4.0.jar". Also with jvmTarget 1.6 it still fails with "Error while instantiating tests: unable to set 'list' on Runner. This plugin version doesn't seem to be compatible with JMH 1.25."
88 Views