9 Commits

Author SHA1 Message Date
David Perez
1e4fc31ed4
Update Kotlin to v2.2.0 (#5408) 2025-06-23 20:57:10 +00:00
Patrick Honkonen
56e8acf81f
[PM-22786] Migrate PersistentListExtensions to core module (#5380) 2025-06-18 18:42:54 +00:00
Patrick Honkonen
c52e769327
[PM-21363] Migrate ZonedDateTime utils to core module (#5375) 2025-06-18 15:05:36 +00:00
Patrick Honkonen
07e4e6a806
[PM-21726] Move OmitFromCoverage to annotation module (#5214) 2025-05-19 13:19:16 +00:00
Patrick Honkonen
ce139623d6
[PM-19793] Migrate ZonedDateTimeSerializer to core module (#4960) 2025-04-02 17:42:51 +00:00
Patrick Honkonen
1eced037a4
[PM-19627] Move Json extension functions to core module
Move JsonExtensions and related tests to `core` module.

- Moved `decodeFromStringOrNull` and related testing from `app` and `authenticator` modules to `core` module.
- Updated all usages of `decodeFromStringOrNull` in `app` and `authenticator` to the new location in `core`.
- Deleted unused `JsonExtensionsTest` and `JsonExtensions.kt` in `app` and `authenticator`.
- Updated dependencies for core.
2025-03-31 17:06:06 -04:00
Patrick Honkonen
b7948948f0
[PM-19628] Migrate ResultExtensions to core module (#4934) 2025-03-31 17:38:45 +00:00
Patrick Honkonen
2e11c81f45
[PM-19626] Migrate SharedFlowExtensions to core module (#4931) 2025-03-31 12:52:18 +00:00
Patrick Honkonen
cfa753cb12
[PM-19013] Create core module (#4836) 2025-03-27 19:53:29 +00:00