Hello everyone, havent done pure Native Android development in a while, last time I did, ViewModel fragments were the go to, alongside Repository/ UseCase pattern. Everything would be split into either Feature modules or Data/Domain/Presentation. (Everything i mentioned is of course opinionated, but this did provide quite a nice layout for the project)
Now my question is what is todays goto clean architecture, tech stack considering Compose is staple for UI, are there any new libraries that make development easier? Any sample projects/ examples and your opinions are highly appreciated.