What are the benefits of using #JatpackCompose over XML?
- It allows developers to build UI using #Kotlin, a modern programming language that is more concise and easier to read.
- It provides a more intuitive and declarative way of building UI, which is closer to the way developers think about UI design.
- It enables hot reloading, which means that developers can see changes to their UI in real-time, without having to restart their app.