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 +}