Hello guys, I have been searching on the internet but I haven't found an easy-to-use template that combines Kotlin Multiplatform (supporting Android/iOS, desktop, and backend) with buildSrc to limit the part where each convention is applied (for example, multiplatform, static code analysis, coverage, etc.) and also allows separating the domain logic by applying Clean Architecture to share it between mobile applications, desktop, backend, and the frontend (built with Vue.js). I was wondering if it would be possible to find something like that. Sorry for the question, but I am new to Multiplatform. My experience is in backend with Spring Boot and Kotlin, and in frontend with Vue.js and Astro.