-
Notifications
You must be signed in to change notification settings - Fork 629
Report migrate to cmp #2392
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
Report migrate to cmp #2392
Conversation
...system/src/commonMain/kotlin/com/mifos/core/designsystem/component/MifosTextFieldDropdown.kt
Outdated
Show resolved
Hide resolved
feature/report/src/commonMain/kotlin/com/mifos/feature/report/report/ReportScreen.kt
Outdated
Show resolved
Hide resolved
feature/report/src/commonMain/kotlin/com/mifos/feature/report/report/ReportViewModel.kt
Outdated
Show resolved
Hide resolved
.../report/src/commonMain/kotlin/com/mifos/feature/report/reportDetail/ReportDetailViewModel.kt
Outdated
Show resolved
Hide resolved
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 don't add anything to libs.toml i think every required thing is added already,
if in any particul;ar case you are using any different librarie for kmp include it only.
Remove auto generated wild card <*>
Don't comment previews
feature/report/src/commonMain/kotlin/com/mifos/feature/report/report/ReportScreen.kt
Outdated
Show resolved
Hide resolved
...ure/report/src/commonMain/kotlin/com/mifos/feature/report/reportDetail/ReportDetailScreen.kt
Outdated
Show resolved
Hide resolved
.../report/src/commonMain/kotlin/com/mifos/feature/report/reportDetail/ReportDetailViewModel.kt
Outdated
Show resolved
Hide resolved
@kapmaurya status of this? |
# Conflicts: # cmp-navigation/src/commonMain/kotlin/cmp/navigation/di/KoinModules.kt # core/designsystem/src/commonMain/kotlin/com/mifos/core/designsystem/component/MifosTextFieldDropdown.kt # settings.gradle.kts
# Conflicts: # cmp-navigation/src/commonMain/kotlin/cmp/navigation/di/KoinModules.kt # core/designsystem/src/commonMain/kotlin/com/mifos/core/designsystem/component/MifosTextFieldDropdown.kt # settings.gradle.kts
# Conflicts: # cmp-navigation/src/commonMain/kotlin/cmp/navigation/di/KoinModules.kt
# Conflicts: # cmp-navigation/src/commonMain/kotlin/cmp/navigation/navigation/FeatureNavHost.kt
WhatsApp.Video.2025-06-22.at.12.44.20.PM.mp4 |
Permission box when user first time exporting csv WhatsApp.Video.2025-06-22.at.4.09.27.PM.mp4 |
WhatsApp.Video.2025-06-22.at.4.27.20.PM.mp4 |
Fixes - Jira-#Issue_Number
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.