Hi, I try to implement KSP for my library instead of code generation. I cannot setup KSP. Processor doesn’t generate any code.
https://github.com/moxy-community/Moxy/tree/feature/ksp
Modules: moxy-compiler-ksp, sample-app-ksp.
Can somebody help me? PR or explain my mistake
j
Jiaxiang
07/13/2020, 8:12 PM
It looks you didn’t close the outputstream after writing, although I have no issue on my laptop without closing outputstream, can you try to add close() to see if it works?