<@UJNU95VNC> Do you know what exactly triggers thi...
# compiler
r
@shikasd Do you know what exactly triggers this issue? https://youtrack.jetbrains.com/issue/KT-38576 I’m running into it, too. Is it the fact that there’s a mixed Java / Kotlin source set or that the Kotlin class extends a Java class?
Okay, I can constantly reproduce now. The Java class must be accessed in some way. If just a random Java class would be on the classpath, then it isn’t a problem. Bummer
s
@ralf yeah, it is
preciseJavaTracking
that causes that, so you can disable it in gradle or compiler configuration
r
Yes, I’m disabling this on a module level for now in my corresponding Gradle plugin. It’s unfortunate, though 🙂
s
Surely it is We don't have that many mixed modules in our codebase though, so I was experiencing it with kapt only. Taken me some time to catch :D