add klock in common and DateTimeSerializer

This commit is contained in:
2024-04-27 15:34:52 +06:00
parent 2db0eadbfe
commit 9f7c963cd5
4 changed files with 32 additions and 1 deletions

View File

@@ -8,6 +8,11 @@ apply from: "$mppJvmJsAndroidLinuxMingwLinuxArm64ProjectPresetPath"
kotlin {
sourceSets {
commonMain {
dependencies {
api libs.klock
}
}
jvmMain {
dependencies {
api project(":micro_utils.coroutines")