Paul Merlin
Paul Merlin
Thank you @SimonLammer
I can confirm something is going on. Using IntelliJ IDEA 2018.2.3 with the Kotlin plugin v1.2.70 I get:  Which is different from what you got with 2018.2.2 (and what...
@JLLeitschuh, yes, same error @jnizet, that's a bug in IntelliJ, could you please open a http://kotl.in/issue?
The deprecation in 7.4 is soft: only the `@Deprecated` javadoc annotation was added, no deprecation warning logged. It will be completely deprecated once the alternative is implemented. This should come...
Thank you @elevenetc! The DCO check failed:  Could you please make sure that your commit is [signed off](https://git-scm.com/docs/git-commit#git-commit---signoff) to indicate that you agree to the terms of [Developer Certificate...
@JLLeitschuh could you get back to us with your findings on this issue using the Kotlin 1.2 toolchain?
Gradle 4.4.1 comes with Gradle Kotlin DSL 0.13.2 that brings Kotlin 1.1.51. Could you try again with Gradle 4.5-rc-2?
@bot-gradle test APT
The type of your `configure` val should be `NamedDomainObjectContainer` instead of `NamedDomainObjectCollection`. But, you're right, the kotlin compiler resolves `configure {}` to the closest available function which is `Project.configure {}`...
See https://youtrack.jetbrains.com/issue/KT-28013