Wizard: fix tests

This commit is contained in:
Ilya Kirillov
2020-01-21 15:41:09 +03:00
parent 217cf3edd1
commit fa4cba341b
24 changed files with 78 additions and 40 deletions
@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath kotlin('gradle-plugin', '1.3.61')
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61'
}
}
group = 'testGroupId'
@@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:3.2.1")
classpath(kotlin("gradle-plugin", "1.3.61"))
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61")
}
}
group = "testGroupId"
@@ -1,11 +1,10 @@
kotlin:
version: 1.3.61
projectKind: Multiplatform
modules:
- type:
name: android
androidSdkPath: /home/user/Android/Sdk
kind: singleplatform
kind: singleplatformJvm
name: android
sourcesets:
- type: main