mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-04 15:33:49 +00:00
remove serialization dependency
This commit is contained in:
parent
5d0a26c5be
commit
d684720c0b
@ -39,7 +39,6 @@ kotlin {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation libs.kt.stdlib
|
implementation libs.kt.stdlib
|
||||||
api libs.kt.serialization
|
|
||||||
implementation compose.web.core
|
implementation compose.web.core
|
||||||
implementation compose.runtime
|
implementation compose.runtime
|
||||||
testImplementation libs.kt.test.js
|
testImplementation libs.kt.test.js
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
[versions]
|
[versions]
|
||||||
|
|
||||||
kt = "1.6.10"
|
kt = "1.6.10"
|
||||||
kt-serialization = "1.3.2"
|
|
||||||
jb-compose = "1.0.1"
|
jb-compose = "1.0.1"
|
||||||
jb-dokka = "1.6.10"
|
jb-dokka = "1.6.10"
|
||||||
gh-release = "2.2.12"
|
gh-release = "2.2.12"
|
||||||
@ -9,7 +8,6 @@ gh-release = "2.2.12"
|
|||||||
[libraries]
|
[libraries]
|
||||||
|
|
||||||
kt-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kt" }
|
kt-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kt" }
|
||||||
kt-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kt-serialization" }
|
|
||||||
kt-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kt" }
|
kt-test-js = { module = "org.jetbrains.kotlin:kotlin-test-js", version.ref = "kt" }
|
||||||
kt-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kt" }
|
kt-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kt" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user