Results 193 comments of Paul Merlin

Yep, the required extra ceremony is annoying. Given the following Java interface: ```java public interface InterfaceWithJavaBeanProperty { String getFoo(); void setFoo(String value); } ``` when implementing in Kotlin one has...

@JLLeitschuh thanks, that's unfortunate Could you also please edit the issue title to better reflect the issue at hand?

@JLLeitschuh don't forget that the Gradle Java API is consumed by codebases in Java, Groovy, Kotlin, etc...

Never seen this before 👀 Ah, it isn't in the `Project` view but in the `Packages` view. Here with one module per source set, but the issue is the same:...

There are packages not coming from `gradleApi()` in the ones that show up in the `Packages` view.

It looks like the Kotlin compiler is confused by `dir` being ambiguously resolved. @SimonLammer could you please open an issue on JetBrains Youtrack https://youtrack.jetbrains.com/issues/KT and link it from here?