While using the incremental JVM compiler, this lin...
# compiler
j
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
I should probably add - I'm using 1.3.60
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.