josephivie
11/26/2019, 4:34 AMkotlin_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#L219josephivie
11/26/2019, 4:40 AMjosephivie
11/26/2019, 6:07 AM