I have a Converter on one Gradle module/jmix addon. Dependent code fails to load.
I found this entry which solved my problem: Use @JmixModule on the dependent module/addon.
To my eyes @JmixModule is very similar to Spring’s @Import. What are the differences? (aside of the obvious: with @Import Converters from dependencies won’t work!