Hello I have library which do annotation processin...
# kapt
r
Hello I have library which do annotation processing But in annotation processing phase it also use reflection only for this statement
Copy code
val messageObjectClass = Class.forName(msgObjectType.toString())
However when add this for testing like this in build.gradle
Copy code
kaptTest project(":Tunnel-Compiler")
kaptTest compilation fails at the above reflection point