Skip to content

feat: settings migrate to cmp #2366

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

Draft
wants to merge 3 commits into
base: kmp-impl
Choose a base branch
from

Conversation

kapmaurya
Copy link
Contributor

@kapmaurya kapmaurya commented Apr 28, 2025

Fixes - [Jira-#Issue_Number](https://mifosforge.jira.com/browse/MIFOSAC-429)

Didn't create a Jira ticket, click here to create new.

Please Add Screenshots If there are any UI changes.

Before After

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the static analysis check ./gradlew check or ci-prepush.sh to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

@biplab1
Copy link
Contributor

biplab1 commented Apr 28, 2025

@kapmaurya Please change the branch to kmp-impl.

@kapmaurya kapmaurya changed the base branch from development to kmp-impl April 28, 2025 15:19
Comment on lines +20 to +24
// implementation(projects.core.datastore)
// implementation(projects.core.designsystem)
// implementation(projects.core.domain)
// implementation(projects.core.common)
// implementation(projects.core.ui)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These modules should be added to commonMain dependencies

Comment on lines +547 to +548
androidx-ui-android = { group = "androidx.compose.ui", name = "ui-android", version.ref = "uiAndroid" }
material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3AndroidVersion" }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think you need to add these separately, as these libraries are already present in libs.versions.toml

Comment on lines 46 to 49
implementation(libs.androidx.ui.android)
implementation(libs.material3.android)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove this block.

Comment on lines +184 to +185
uiAndroid = "1.8.0"
material3AndroidVersion = "1.3.2"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove them as well. already present

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants