refactor: move logic to core module

This commit is contained in:
Cilly Leang 2026-01-23 19:05:25 +11:00
parent f3fca134c7
commit dae42c48f2
Signed by: cilly
GPG key ID: 6500251E087653C9
13 changed files with 75 additions and 24 deletions

View file

@ -14,7 +14,7 @@ composeMultiplatform = "1.10.0"
junit = "4.13.2"
kotlin = "2.3.0"
kotlinx-coroutines = "1.10.2"
material3 = "1.10.0-alpha05"
material3 = "1.10.0"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }