Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pure Android Jetpack Compose App Dependency Issues #2069

Open
hmy65 opened this issue Dec 9, 2024 · 1 comment
Open

Pure Android Jetpack Compose App Dependency Issues #2069

hmy65 opened this issue Dec 9, 2024 · 1 comment
Labels
type:improvement Improving a current feature
Milestone

Comments

@hmy65
Copy link

hmy65 commented Dec 9, 2024

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.

@arnaudgiuliani arnaudgiuliani added the type:improvement Improving a current feature label Dec 12, 2024
@arnaudgiuliani arnaudgiuliani added this to the 4.1.0 milestone Dec 12, 2024
@arnaudgiuliani
Copy link
Member

Yep, good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:improvement Improving a current feature
Projects
None yet
Development

No branches or pull requests

2 participants