The class becomes untestable not because of lack of interface. It's untestable because kotlin classes by default are final.
Do I understand correctly, you offer to create some boilerplate for testing puproses? (To modify the code because of testing)?