File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## 2.2.0
4
4
5
+ * Versions
6
+ * ` Kotlin ` : ` 1.9.0 `
7
+ * ` Coroutines ` : ` 1.7.3 `
8
+ * ` Klock ` : ` 4.0.9 `
9
+
5
10
## 2.1.2
6
11
7
12
* Versions
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ kotlin {
97
97
implementation kotlin(' test-js' )
98
98
}
99
99
}
100
- androidTest {
100
+ androidUnitTest {
101
101
dependencies {
102
102
implementation kotlin(' test-junit' )
103
103
}
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ android.useAndroidX=true
9
9
android.enableJetifier =false
10
10
11
11
12
- kotlin_version =1.8.22
13
- kotlin_coroutines_version =1.7.2
12
+ kotlin_version =1.9.0
13
+ kotlin_coroutines_version =1.7.3
14
14
kotlin_serialization_version =1.5.1
15
15
16
16
dokka_version =1.8.20
17
17
18
- klockVersion =4.0.3
18
+ klockVersion =4.0.9
19
19
20
20
# # Github reease
21
21
You can’t perform that action at this time.
0 commit comments