Gradle warning after upgrading to Kotlin 1.1

After I upgraded my Gradle build to use Kotlin 1.1, I started getting the following warning:

w: The '-d' option with a directory destination is ignored because '-module' is specified

I am using the vanila Kotlin plugin without any custom settings, so I would expect that the defaults should not show a warning.

See also:

1 Like

Looks like this is fixed in 1.1.2

https://youtrack.jetbrains.com/issue/KT-14619