File tree Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Expand file tree Collapse file tree 4 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,6 @@ kotlin.js.generate.externals=true
4
4
kotlin.incremental =true
5
5
kotlin.incremental.js =true
6
6
7
- kotlin_version =1.7.20
8
- kotlin_coroutines_version =1.6.4
9
- kotlin_serialisation_core_version =1.4.1
10
- ktor_version =2.1.3
11
- micro_utils_version =0.14.2
12
-
13
- compose_version =1.2.1
14
-
15
- # Dokka
16
-
17
- dokka_version =1.7.20
18
-
19
7
# Project data
20
8
21
9
group =dev.inmo
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
3
3
kt = " 1.8.20"
4
- kt-serialization = " 1.5.0 "
5
- kt-coroutines = " 1.6.4 "
4
+ kt-serialization = " 1.5.1 "
5
+ kt-coroutines = " 1.7.2 "
6
6
7
- jb-compose = " 1.4.0 "
8
- jb-dokka = " 1.8.10 "
9
- microutils = " 0.18.0 "
10
- kjsuikit = " 0.7.0 "
7
+ jb-compose = " 1.4.1 "
8
+ jb-dokka = " 1.8.20 "
9
+ microutils = " 0.19.7 "
10
+ kjsuikit = " 0.7.1 "
11
11
12
- ktor = " 2.3.0 "
12
+ ktor = " 2.3.2 "
13
13
14
14
gh-release = " 2.4.1"
15
15
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ kotlin {
13
13
commonMain {
14
14
dependencies {
15
15
implementation kotlin(' stdlib' )
16
- api " org.jetbrains.kotlinx:kotlinx- serialization-json: $k otlin_serialisation_core_version "
16
+ api libs . kt . serialization
17
17
}
18
18
}
19
19
commonTest {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ kotlin {
14
14
commonMain {
15
15
dependencies {
16
16
implementation kotlin(' stdlib' )
17
- api " org.jetbrains.kotlinx:kotlinx- serialization-json: $k otlin_serialisation_core_version "
17
+ api libs . kt . serialization
18
18
}
19
19
}
20
20
commonTest {
You can’t perform that action at this time.
0 commit comments