Hi - i am writing a full stack application (containing multiple gradle modules)
The backend is written with spring-boot using JPA models.
I am currently trying to start working on a frontend with kotlin.js / react
Is there any way, that i could reuse the same code for models cross-target - i.e. in both backend- and frontend?