-
Notifications
You must be signed in to change notification settings - Fork 617
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
base: kmp-impl
Are you sure you want to change the base?
Conversation
@kapmaurya Please change the branch to kmp-impl. |
core/database/src/androidMain/kotlin/com/mifos/room/MifosDatabase.kt
Outdated
Show resolved
Hide resolved
// implementation(projects.core.datastore) | ||
// implementation(projects.core.designsystem) | ||
// implementation(projects.core.domain) | ||
// implementation(projects.core.common) | ||
// implementation(projects.core.ui) |
There was a problem hiding this comment.
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
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" } |
There was a problem hiding this comment.
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
feature/settings/build.gradle.kts
Outdated
implementation(libs.androidx.ui.android) | ||
implementation(libs.material3.android) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this block.
uiAndroid = "1.8.0" | ||
material3AndroidVersion = "1.3.2" |
There was a problem hiding this comment.
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
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.
Please make sure these boxes are checked before submitting your pull request - thanks!
Run the static analysis check
./gradlew check
orci-prepush.sh
to make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.