update kotlinx.serialization and remove jvmMain block in mppJavaProject

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

View File

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