Is it possible that the toString() method in a data class in common code is not following into the jvm-specific part of my mpp? I am in the process of migrating my project to the new mpp way of doing it, and I suddenly see java.lang.Object's toString() output again ...