Not sure if this should go to the Gradle Slack, <#C0B8H786P|intellij>, or this is the right place bu...
f
Not sure if this should go to the Gradle Slack, #intellij, or this is the right place but I'm trying it here first. I have a pretty standard Gradle setup with an
includeBuild
where I have
kotlin { explicitApi() }
in the
build.gradle.kts
file. The problem is that IntelliJ completely ignores this setting and every time I have
public something
IntelliJ complains that this is superfluous.
2
e
I have the same problem. Reloading the Gradle project on IntellIJ solves it, but it's annoying anyway because it happens every time I open the project
t
please open a new issue in https://kotl.in/issue
f
Simple reloading doesn't help but I have to restart the IntelliJ beta these times very often, with complete cache wiping, to get anything to work. Maybe that's going to fix it this as well.
p
Did you ever figure this out or create an issue?
f
No too both and I actually try to avoid included builds by now because IntelliJ support overall is so weird.