update kotlinx.serialization and remove jvmMain block in mppJavaProject

This commit is contained in:
InsanusMokrassar 2020-10-13 16:46:37 +06:00
parent 5a3bf140df
commit 88f442a16d
3 changed files with 3 additions and 5 deletions

View File

@ -6,6 +6,8 @@ Inited :)
### 0.1.1
* `Versions`:
* `kotlinx.serialization`: `1.0.0-RC2` -> `1.0.0`
* `Repos`
* `Common`
* Extensions `doForAll` and `getAll` were added for all current types of repos:

View File

@ -6,7 +6,7 @@ kotlin.incremental.js=true
kotlin_version=1.4.10
kotlin_coroutines_version=1.3.9
kotlin_serialisation_core_version=1.0.0-RC2
kotlin_serialisation_core_version=1.0.0
kotlin_exposed_version=0.27.1
ktor_version=1.4.1

View File

@ -26,10 +26,6 @@ kotlin {
}
}
jvmMain {
dependencies {
}
}
jvmTest {
dependencies {
implementation kotlin('test-junit')