Hi, as a toy project I've created a tiny testing t...
# kapt
h
Hi, as a toy project I've created a tiny testing tool for kapt simple smile https://github.com/permissions-dispatcher/kompile-testing/ Btw do you think is it possible to set custom
JavaFileManager
for kapt via compiler api? 👀 I've dived into google's compile-testing and seems they do everything on memory with their customized file manager: https://github.com/google/compile-testing/blob/fbbf29ec970a5f4c61a5d66bccca048eae35dc3b/src/main/java/com/google/testing/compile/Compiler.java#L155