pachli-android/core/common/src
Nik Clayton 6aa6095cd0
refactor: Slightly improve enum extensions and usage (#948)
Use `enumEntries` instead of `enumValues`, which is now recommended.

Replace a `.getOrNull(...) ?: other` with `.getOrElse(...) { other }`.
2024-09-26 16:23:48 +02:00
..
main/kotlin refactor: Slightly improve enum extensions and usage (#948) 2024-09-26 16:23:48 +02:00
test/kotlin/app/pachli/core/common refactor: Move throttleFirst to core.common (#733) 2024-06-10 19:57:47 +02:00