From 5a3bf140df00f509a116c1e1d57584734aa36536 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 12 Oct 2020 22:54:05 +0600 Subject: [PATCH] Update mppProjectWithSerialization --- mppProjectWithSerialization | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/mppProjectWithSerialization b/mppProjectWithSerialization index c7e44ad19aa..6659f1e9d57 100644 --- a/mppProjectWithSerialization +++ b/mppProjectWithSerialization @@ -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 { } } } -} \ No newline at end of file +}