Skip to content

Commit 6845537

Browse files
remove redundant change of KronSchedulerWork.kt
1 parent af28fce commit 6845537

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 2.2.9
44

55
* `Version`:
6+
* `Kotlin`: `1.9.23`
67
* `Serialization`: `1.6.3`
78
* `Klock`: `5.3.2`
89

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ android.useAndroidX=true
99
android.enableJetifier=false
1010

1111

12-
kotlin_version=1.9.22
12+
kotlin_version=1.9.23
1313
kotlin_coroutines_version=1.8.0
1414
kotlin_serialization_version=1.6.3
1515

1616
dokka_version=1.9.20
1717

18-
klockVersion=5.3.2
18+
klockVersion=5.4.0
1919

2020
## Github reease
2121

src/androidMain/kotlin/KronSchedulerWork.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ abstract class KronSchedulerWork(
139139
}
140140
throw e
141141
}
142-
result.outputData
143142
when (result) {
144143
is Result.Failure -> if (prolongOnFailure) prolong()
145144
is Result.Success -> if (prolongOnSuccess) prolong()

0 commit comments

Comments
 (0)