You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to enable incremental logging, it will try to append text to a non-existent file without creating it first. Here's an example enabling it via test here: tschuchortdev/kotlin-compile-testing#96
e: java.io.FileNotFoundException: /var/folders/p8/cjk91csx0hn8l88w70jgph8r0000gn/T/junit15907499600375035869/ksp/build/kspDirtySet.log (No such file or directory)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:291)
at java.base/java.io.FileOutputStream.<init>(FileOutputStream.java:234)
at kotlin.io.FilesKt__FileReadWriteKt.appendBytes(FileReadWrite.kt:115)
at kotlin.io.FilesKt__FileReadWriteKt.appendText(FileReadWrite.kt:142)
at kotlin.io.FilesKt__FileReadWriteKt.appendText$default(FileReadWrite.kt:142)
at com.google.devtools.ksp.IncrementalContext.logDirtyFiles(Incremental.kt:320)
at com.google.devtools.ksp.IncrementalContext.calcDirtyFiles(Incremental.kt:348)
The text was updated successfully, but these errors were encountered:
If I try to enable incremental logging, it will try to append text to a non-existent file without creating it first. Here's an example enabling it via test here: tschuchortdev/kotlin-compile-testing#96
The text was updated successfully, but these errors were encountered: