Skip to content

Commit

Permalink
update klock
Browse files Browse the repository at this point in the history
  • Loading branch information
InsanusMokrassar committed Jan 12, 2024
1 parent 9753cda commit a153bc7
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 2.2.6

**Since this version klock depdendency replaced with `com.soywiz.korge:korlibs-time`**

* `Version`:
* `Klock`: `5.3.0`

## 2.2.5

* `Versions`
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ kotlin {
api "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version"
api "org.jetbrains.kotlinx:kotlinx-serialization-core:$kotlin_serialization_version"

api "com.soywiz.korlibs.klock:klock:$klockVersion"
api "com.soywiz.korge:korlibs-time:$klockVersion"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kotlin_serialization_version=1.6.2

dokka_version=1.9.10

klockVersion=4.0.10
klockVersion=5.3.0

## Github reease

Expand Down
1 change: 1 addition & 0 deletions src/androidMain/kotlin/KronSchedulerWork.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package dev.inmo.krontab
import android.content.Context
import androidx.work.*
import korlibs.time.DateTime
import korlibs.time.millisecondsLong
import java.util.concurrent.TimeUnit

/**
Expand Down
1 change: 1 addition & 0 deletions src/commonMain/kotlin/Executes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package dev.inmo.krontab

import korlibs.time.DateTime
import korlibs.time.DateTimeTz
import korlibs.time.millisecondsLong
import kotlinx.coroutines.delay
import kotlinx.coroutines.isActive
import kotlin.coroutines.coroutineContext
Expand Down
1 change: 1 addition & 0 deletions src/commonMain/kotlin/utils/SchedulerFlow.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import korlibs.time.DateTimeTz
import korlibs.time.milliseconds
import dev.inmo.krontab.KronScheduler
import dev.inmo.krontab.next
import korlibs.time.millisecondsLong
import kotlinx.coroutines.currentCoroutineContext
import kotlinx.coroutines.delay
import kotlinx.coroutines.flow.Flow
Expand Down

0 comments on commit a153bc7

Please sign in to comment.