Hello 🙂
I am trying to understand multiplatform projects and setting up one of them. The project is composed of a backend using Spring and a front using react. I with to use the common to for serialisation and sharing few resources. From what I got, it’s the purpose of multiplatform projects, right?
Or is it intended for projects that would share more code together and my project would better be split in two independant parts?