Gmoro/migrating more modules to koin annotations#89
Merged
gabrielbmoro merged 6 commits intomasterfrom May 7, 2026
Merged
Conversation
…module loading - Convert `ProfilePickerStreamModule` from a DSL-based module to an annotation-based `@Module` using `@ComponentScan`. - Annotate `ProfilePickerStreamViewModel`, `UseCase`, `Repository`, and `Service` with `@KoinViewModel` and `@Factory`. - Add `com.streamplayer.koin-annotations-setup` plugin to the `feature-profile` build script. - Centralize the initialization of `SearchModule` and `ProfilePickerStreamModule` within the main `AppModule`. - Remove manual `rememberKoinModules` loading from `ProfilePickerStreamNavigation` and `SearchStreamNavigation`.
- Migrate `NewsScreenModule` from manual DSL to Koin Annotations using `@Module` and `@ComponentScan`. - Update `NewsScreenViewModel` with `@KoinViewModel` and `@Provided` annotations for automated dependency injection. - Centralize DI configuration by moving `NewsScreenModule` and `PermissionsModule` initialization into the global `AppModule`. - Remove on-demand module loading (`rememberKoinModules`) from `NewsNavigation`. - Apply `com.streamplayer.koin-annotations-setup` plugin to the `feature-news` module. - Organize `AppModule` with regions to better categorize shared and feature-specific modules.
- Add `koin-core-coroutines` dependency to `libs.versions.toml`, `composeApp`, and `core-permission` modules. - Convert `PermissionsModule` from a standard Koin module to a `lazyModule`. - Update `AppModule` to load `PermissionsModule` using the `lazyModules` configuration. - Fix minor whitespace formatting in `libs.versions.toml`.
- Add `statusBarsPadding` to the search top bar in `SearchScreen` to improve edge-to-edge support. - Add a `modifier` parameter to the search top bar widget to allow for flexible layout adjustments. - Remove the `kotzilla.sdk.compose` dependency from `composeApp`. - Increment `versionName` to `1.5` in the build configuration.
- Upgrade Kotzilla version to 2.1.3 in the version catalog. - Apply the Kotzilla plugin and add the SDK dependency to `composeApp`. - Add the `kotzilla.json` configuration file to the `composeApp` module. - Initialize Kotzilla monitoring in `AppModule.kt` and set `useIosCrashReport` to `false`. - Add a new "Kotzilla Dsym" shell script build phase to the iOS Xcode project to automate Dsym uploads.
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
rviannaoliveira
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Kotzilla Setup with Gradle 9 + Some module migrations
Testes Realizados
Ambos rodando perfeitamente : )
Screenshots
Checklist
Issues Relacionadas