https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
y

Yuniel

09/23/2023, 4:58 PM
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.
👍 1
m

marzelwidmer

09/23/2023, 5:07 PM
I have the same background and search the same. ;) at the moment I playaround with the following https://github.com/terrakok/Compose-Multiplatform-Wizard/tree/master
y

Yuniel

09/23/2023, 5:27 PM
Thank you @marzelwidmer I'll check it. 🍻
a

Alejandro Rios

09/23/2023, 5:30 PM
From the moment there's no template that includes the backend as well(haven't found one), but, you can start with that template and then add the backend target, I remember a repo that includes this but doesn't have Compose multiplatform yet https://hlnstepanova.github.io/kmpizza/
😎 2
m

Mahmoud Mabrok

09/23/2023, 5:52 PM
I think support is for frond end, did not check if it be for backend.
m

marzelwidmer

09/24/2023, 4:48 AM
@Yuniel https://github.com/terrakok/Compose-Multiplatform-Wizard/issues/34 please feel free to also update it.
4 Views