Paul Merlin
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 actually, nevermind, I edited the issue title
@JLLeitschuh you beat me to it, good, I like your new title
@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:...
Issue opened upstream at https://youtrack.jetbrains.com/issue/KT-24486
There are packages not coming from `gradleApi()` in the ones that show up in the `Packages` view.
KT-27747 now has 1.3.40 as a target \o/
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?