Gradle plugin prints trivia to stdout

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() ?

I’ve opened an issue about that: https://youtrack.jetbrains.com/issue/KT-20360

There is existing issue https://youtrack.jetbrains.com/issue/KT-18765
And my pull request that changes log level - KT-18765 Move incremental compilation message from Gradle's warning to info logging level by gildor · Pull Request #1289 · JetBrains/kotlin · GitHub