Commit Graph

13 Commits

Author SHA1 Message Date
dependabot[bot] f8879f2d9e Bump kotlin from 2.0.20-RC to 2.1.0
Bumps `kotlin` from 2.0.20-RC to 2.1.0.

Updates `org.jetbrains.kotlin.multiplatform` from 2.0.20-RC to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20-RC...v2.1.0)

Updates `org.jetbrains.kotlin.plugin.compose` from 2.0.20-RC to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20-RC...v2.1.0)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20-RC to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20-RC...v2.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-16 03:05:22 +00:00
dependabot[bot] cc04cf41f5 Bump coil from 3.0.0-alpha09 to 3.0.4 (#8) 2024-12-14 10:30:33 +00:00
dependabot[bot] 0717efa1e1 Bump kstore from 0.8.0 to 0.9.1 (#10) 2024-12-14 10:23:29 +00:00
dependabot[bot] f7695e0a3e Bump kotlinx-coroutines from 1.9.0-RC to 1.9.0 (#4) 2024-12-14 10:21:35 +00:00
melod1n 16418ed72c remove usage of non-js library 2024-08-08 13:50:05 +03:00
melod1n efe4536ebf simple ktor-client implementation 2024-08-08 13:03:17 +03:00
melod1n b83bec3a54 added wasm/js target 2024-08-05 06:42:41 +03:00
melod1n 68e6ec3e8f logging with Napier 2024-08-05 05:56:06 +03:00
melod1n e0543fd2bf saving & restoring settings with KStore 2024-08-05 05:41:22 +03:00
melod1n 3b65d44f2f simple screen with lazylist, pull-to-refresh and blur with Haze 2024-08-05 04:56:19 +03:00
melod1n 2c91f6bb62 simple login screen with simple viewmodel's logic 2024-08-05 02:52:58 +03:00
melod1n 471af18f5e simple navigation with Voyager 2024-08-05 02:11:03 +03:00
melod1n ddca42e38e Initial commit 2024-08-03 21:18:19 +03:00