@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?
ralf
05/20/2020, 3:08 AM
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
shikasd
05/20/2020, 9:56 AM
@ralf yeah, it is
preciseJavaTracking
that causes that, so you can disable it in gradle or compiler configuration
r
ralf
05/20/2020, 5:12 PM
Yes, I’m disabling this on a module level for now in my corresponding Gradle plugin. It’s unfortunate, though 🙂
s
shikasd
05/20/2020, 5:37 PM
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