Check usage of java.util classes in Kotlin implementation
Currently it seems that we sometimes have to import (collection) classes from java.util
. If possible, we would like to stick to the basic Kotlin classes.
We have to find out whether this requirement is only a behavior/misconfiguration of the IDE or actually required by the Kotlin compiler.