navinpd
Results
2
comments of
navinpd
@aakash1313 @lannyf77 Basically look at the decompiled kotlin classes. You will see there are more than 1 layer of static functions / classes. Which are really difficult to clear from...
Basically when we write code in kotlin the java bytecode conversion creates multiple layer of static, final classes & functions. This makes the mocking difficult on multiple layers of static...