Is there any good guides on how to add an extra te...
# gradle
p
Is there any good guides on how to add an extra test configuration to gradle? I've tried this: https://gist.github.com/pablisco/a1f83f47b563217969bc208f01fe078e however, I get this message:
org.junit.platform.commons.util.PreconditionViolationException: Could not load class with name:
Even though the kotlin classes are generated. Hope this is the right place to ask this 🙂