I have identical files for challenge and solution:
def placeholder := @Eq.refl
I get
Building Challenge
Build completed successfully (3 jobs).
Exporting #[placeholder] from Challenge
Building Solution
Build completed successfully (3 jobs).
Exporting #[placeholder] from Solution
uncaught exception: Challenge and solution constant kind don't match: 'placeholder'
This error message doesn't actually tell me what is going wrong. But it seems like it should succeed in any case.