record-builder
record-builder copied to clipboard
Delete existing class files to avoid JDK/IntelliJ bugs
https://github.com/Randgalt/record-builder/pull/147 attempted to do this but it only did it for Record Interface classes. This commit does it for all classes that are to be generated. Ad hoc testing shows that it solves the problem.
Fixes #139