Paul Woitaschek
11/09/2021, 2:26 PMCaused by: kotlin.io.FileAlreadyExistsException: /tmp/junit17700583748346553475/workload/build/generated/ksp/main/kotlin/meop/Goo.kt
at com.google.devtools.ksp.processing.impl.CodeGeneratorImpl.createNewFile(CodeGeneratorImpl.kt:74)
But in my own project that works just fineelihart
11/09/2021, 5:06 PMwrite the exact same file twice in kspthis is expected behavior - it isn’t supported to write to the same file twice. The error message could be improved though
Paul Woitaschek
11/09/2021, 5:08 PM