Update mppProjectWithSerialization

This commit is contained in:
InsanusMokrassar 2020-10-12 22:54:05 +06:00 committed by GitHub
parent 54722139bd
commit 5a3bf140df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -30,21 +30,11 @@ kotlin {
implementation kotlin('test-annotations-common')
}
}
jvmMain {
dependencies {
implementation kotlin('stdlib-jdk8')
}
}
jvmTest {
dependencies {
implementation kotlin('test-junit')
}
}
jsMain {
dependencies {
implementation kotlin('stdlib-js')
}
}
jsTest {
dependencies {
implementation kotlin('test-js')
@ -52,4 +42,4 @@ kotlin {
}
}
}
}
}