In the …kotlin.jvm:1.1.1 Gradle plugin used to print to stdout some complaint about options, which was polluting the build output.
In 1.1.2 this is fixed, but there is a new message printed to stdout:
:compileTestKotlin
Using kotlin incremental compilation
While I do appreciate the incremental compilation support, could this message be logged as info()
?