Wizard: do not add stdlib for gradle based projects

#KT-40407 fixed
This commit is contained in:
Ilya Kirillov
2020-07-17 09:52:04 +03:00
parent d2113766e1
commit d16f246375
47 changed files with 41 additions and 166 deletions
@@ -18,9 +18,7 @@ kotlin {
}
sourceSets {
jvmMain {
dependencies {
implementation kotlin('stdlib-jdk8')
}
}
jvmTest {
dependencies {
@@ -17,11 +17,7 @@ kotlin {
}
}
sourceSets {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib-jdk8"))
}
}
val jvmMain by getting
val jvmTest by getting {
dependencies {
implementation(kotlin("test-junit"))