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
edrd
03/08/2021, 6:18 PM
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
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
Paul Woitaschek
05/25/2022, 5:13 PM
Did you ever figure this out or create an issue?
f
Fleshgrinder
05/25/2022, 5:26 PM
No too both and I actually try to avoid included builds by now because IntelliJ support overall is so weird.