-
Notifications
You must be signed in to change notification settings - Fork 617
feat: report migrate to cmp #2367
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
@kapmaurya Please note that PR should be made to the kmp-impl branch, also don't forget to add Jira ticket number in the PR description. |
gradle/libs.versions.toml
Outdated
material3-android = { group = "androidx.compose.material3", name = "material3-android", version.ref = "material3AndroidVersion" } | ||
androidx-ui-android = { group = "androidx.compose.ui", name = "ui-android", version.ref = "uiAndroid" } |
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.
Here also, you can remove these lines since these libraries already present in libs.versions.toml
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.
@kapmaurya Resolve these requested changes and let us know we'll proceed with merge.
Fixes - (https://mifosforge.jira.com/browse/MIFOSAC-426)
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.