
Add kotest-runner-junit5-jvm as a dependency, in pmd-java. This makes kotest discoverable as Junit tests, which IDEs can pick up on (at least IntelliJ does). Update kotlin version to latest stable (1.3.72)
pmd-scala-common
Contains shared code for the pmd-scala_2.12 and pmd-scala_2.13 modules.
It is not a module in itself, since it needs to be used while cross-compiling with a specific scala version.
It should be source compatible with the oldest scala version we are supporting.