Hi. I have added the following dependencies: ```im...
# compose
b
Hi. I have added the following dependencies:
Copy code
implementation(composeUi)
implementation(composeMaterial)
implementation(composeUiTooling)
implementation(composeFoundation)
this adds 3,7mb to my project with and without proguard with no special rules… is proguard not working for compose???
c
Maybe something misconfigured with your r8? https://medium.com/androiddevelopers/jetpack-compose-before-and-after-8b43ba0b7d4f Chris banes got his entire app built just with compose under 3MB