You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pure jetpack compose app, the [koin-android] still automatically imports [androidx.appcompat] and [androidx.fragment] which are completely useless. These two dependencies largely increase binary size even after r8 optimization without any use.
So I strongly recommend the [koin-androidx-compose] should remove these two dependencies, and things like [koin-androidx-workmanager] should also not bring these two dependencies to pure compose apps.
The text was updated successfully, but these errors were encountered:
In pure jetpack compose app, the [koin-android] still automatically imports [androidx.appcompat] and [androidx.fragment] which are completely useless. These two dependencies largely increase binary size even after r8 optimization without any use.
So I strongly recommend the [koin-androidx-compose] should remove these two dependencies, and things like [koin-androidx-workmanager] should also not bring these two dependencies to pure compose apps.
The text was updated successfully, but these errors were encountered: