Join Slack
While using the incremental JVM compiler, this line is removing my `kotlin_module` file before re-ru...
# compiler
j
josephivie
11/26/2019, 4:34 AM
While using the incremental JVM compiler, this line is removing my
kotlin_module
file before re-running the compiler on changed files, which leads to compilation failure due to having no access to package-owned declarations (ie extension functions, typealiases, top level functions). Is this a bug, or am I using the incremental compiler wrong?
https://github.com/JetBrains/kotlin/blob/master/compiler/incremental-compilation-impl/src/org/jetbrains/kotlin/incremental/IncrementalCompilerRunner.kt#L219
josephivie
11/26/2019, 4:40 AM
I should probably add - I'm using 1.3.60
josephivie
11/26/2019, 6:07 AM
I mean, I'm guessing that since Gradle still works that it's my fault, but if anybody has some direction for me to figure out what I'm doing wrong I'd appreciate it.
4
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by