Rohan Maity
11/17/2020, 8:40 AMval messageObjectClass = Class.forName(msgObjectType.toString())
However when add this for testing like this in build.gradle
kaptTest project(":Tunnel-Compiler")
kaptTest compilation fails at the above reflection point