Skip to content

[Maintenance] Cleanup of examples#2213

Merged
arnaudgiuliani merged 3 commits intoInsertKoinIO:4.2.0from
GrzegorzBobryk:maintenance/cleanup-of-examples
Nov 21, 2025
Merged

[Maintenance] Cleanup of examples#2213
arnaudgiuliani merged 3 commits intoInsertKoinIO:4.2.0from
GrzegorzBobryk:maintenance/cleanup-of-examples

Conversation

@GrzegorzBobryk
Copy link
Copy Markdown
Contributor

  • fixed koin_version;
  • compileOptions fixed;
  • jvmTarget taken from JavaVersion;
  • warning for resources.getColor fixed;
  • examples.jvm-prefs fixed and added koin_version from versions file;
  • usage of flatten marked as internal fixed.

@GrzegorzBobryk GrzegorzBobryk force-pushed the maintenance/cleanup-of-examples branch from 29a2d6c to b896d70 Compare June 10, 2025 20:08
@arnaudgiuliani arnaudgiuliani deleted the branch InsertKoinIO:4.2.0 October 28, 2025 15:43
@arnaudgiuliani arnaudgiuliani changed the base branch from 4.1.0 to 4.2.0 October 28, 2025 15:49
@GrzegorzBobryk GrzegorzBobryk force-pushed the maintenance/cleanup-of-examples branch from b896d70 to 8f49f34 Compare October 28, 2025 22:18
- fixed `koin_version`;
- `compileOptions` fixed;
- `jvmTarget` taken from `JavaVersion`;
- warning for `resources.getColor` fixed;
- `examples.jvm-prefs` fixed and added `koin_version` from versions file;
- usage of `flatten` marked as internal fixed;
- fix for setting jvm in kts.
- junit is always taking `junit_version`;
- `kotlinOptions.jvmTarget` migrated to `kotlin.compilerOptions.jvmTarget`;
@GrzegorzBobryk GrzegorzBobryk force-pushed the maintenance/cleanup-of-examples branch from 8f49f34 to 79a279f Compare November 12, 2025 11:05
- fix for changed `module` to `lazyModule`
@Test
fun `Verify Module Configuration`() {
appModules.verify(extraTypes = androidTypes)
mainModules.value.verify(extraTypes = androidTypes)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

yes, I forgot to manage it back 👍

Copy link
Copy Markdown
Member

@arnaudgiuliani arnaudgiuliani left a comment

Choose a reason for hiding this comment

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

@arnaudgiuliani arnaudgiuliani added this to the 4.2.0 milestone Nov 21, 2025
@arnaudgiuliani arnaudgiuliani merged commit e236731 into InsertKoinIO:4.2.0 Nov 21, 2025
3 of 4 checks passed
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.

2 participants