Wizard: correctly add Kotlin dependencies to singleplatform modules with gradle dsl build system

#KT-35695 fixed
This commit is contained in:
Ilya Kirillov
2020-01-14 17:53:52 +03:00
parent 796848b5a9
commit baedd2a253
5 changed files with 28 additions and 8 deletions
@@ -15,9 +15,8 @@ repositories {
dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.1.0'
implementation kotlin('stdlib-jdk7')
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation kotlin('stdlib-jdk8')
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk7'
}
android {
compileSdkVersion 29