blueprint
blueprint copied to clipboard
Convert all java source files to Kotlin
Convert the source files for all modules from Java to Kotlin
I'm looking to convert the compiler/CodeGenerator.java but I am concerned about breaking functionality.
What is the best way to manually run the compiler?
I was also thinking about adding some tests for this case. I see Mockito is used in other modules. Would this framework suffice for testing the compiler module?