Commit a153bc7 1 parent 9753cda commit a153bc7 Copy full SHA for a153bc7
File tree 6 files changed +10
-2
lines changed
6 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.2.6
4
4
5
+ ** Since this version klock depdendency replaced with ` com.soywiz.korge:korlibs-time ` **
6
+
7
+ * ` Version ` :
8
+ * ` Klock ` : ` 5.3.0 `
9
+
5
10
## 2.2.5
6
11
7
12
* ` Versions `
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ kotlin {
71
71
api " org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlin_coroutines_version "
72
72
api " org.jetbrains.kotlinx:kotlinx-serialization-core:$kotlin_serialization_version "
73
73
74
- api " com.soywiz.korlibs.klock:klock :$klockVersion "
74
+ api " com.soywiz.korge:korlibs-time :$klockVersion "
75
75
}
76
76
}
77
77
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ kotlin_serialization_version=1.6.2
15
15
16
16
dokka_version =1.9.10
17
17
18
- klockVersion =4.0.10
18
+ klockVersion =5.3.0
19
19
20
20
# # Github reease
21
21
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package dev.inmo.krontab
3
3
import android.content.Context
4
4
import androidx.work.*
5
5
import korlibs.time.DateTime
6
+ import korlibs.time.millisecondsLong
6
7
import java.util.concurrent.TimeUnit
7
8
8
9
/* *
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package dev.inmo.krontab
2
2
3
3
import korlibs.time.DateTime
4
4
import korlibs.time.DateTimeTz
5
+ import korlibs.time.millisecondsLong
5
6
import kotlinx.coroutines.delay
6
7
import kotlinx.coroutines.isActive
7
8
import kotlin.coroutines.coroutineContext
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import korlibs.time.DateTimeTz
5
5
import korlibs.time.milliseconds
6
6
import dev.inmo.krontab.KronScheduler
7
7
import dev.inmo.krontab.next
8
+ import korlibs.time.millisecondsLong
8
9
import kotlinx.coroutines.currentCoroutineContext
9
10
import kotlinx.coroutines.delay
10
11
import kotlinx.coroutines.flow.Flow
You can’t perform that action at this time.
0 commit comments