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
@@ -19,7 +19,6 @@ dependencies {
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7'
}
android {
compileSdkVersion 29
@@ -19,7 +19,6 @@ dependencies {
implementation("androidx.core:core-ktx:1.2.0")
implementation("androidx.appcompat:appcompat:1.1.0")
implementation("androidx.constraintlayout:constraintlayout:1.1.3")
implementation(kotlin("stdlib-jdk7"))
}
android {
compileSdkVersion(29)