ed1bee6975
Usually, java 9 source sets contain only module-info.java file, so Kotlin compilation does not run because there are no .kt sources. However, it can still start after some incremental changes and thus it's important to have its JVM target configured consistently with Java compilation of the same source set.