update folders names

This commit is contained in:
InsanusMokrassar 2020-04-10 14:06:42 +06:00
parent 36480eb539
commit 17f6df0179
7 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ kotlin {
} }
jvmMain { jvmMain {
dependencies { dependencies {
implementation kotlin('stdlib') implementation kotlin('stdlib-jdk8')
} }
} }
@ -67,7 +67,7 @@ kotlin {
jsMain { jsMain {
dependencies { dependencies {
implementation kotlin('stdlib') implementation kotlin('stdlib-js')
} }
} }
} }