Hi, I don’t know if you have the same problems as me, but I am struggling a lot to find a good starter project with testing. I was looking to get our Kotlin app to MPP, in order to have iOS support.
The refactoring part, is done with clean architecture and TDD.
But for the MPP, there is always something not working correctly. Intellij is always saying something is failing, and so on with the dependencies...
I tried so many times..
I Started with the kotlinconf-app, but there are too many differents ways on the web, I couldn’t find a great project for this.
My superior is now thinking about Flutter, if you could give me some advices? Or a really good place to start? I am missing a good understanding of how the gradle projects, modules are fitting together.
Thanks in advance.