Component - Clean Architecture layers
This UI component visually represents the Clean Architecture layers in an Android Kotlin app. It shows how the app is divided into separate layers: Presentation, Domain, and Data. Each layer has a clear role, helping keep the app organized and easy to maintain.