Wizard: always use all plugin set in tests

This commit is contained in:
Ilya Kirillov
2020-02-20 19:32:34 +03:00
parent 7a3d730aec
commit 8259bf749d
23 changed files with 67 additions and 174 deletions
@@ -21,7 +21,7 @@ dependencies {
android {
compileSdkVersion 29
defaultConfig {
applicationId 'testArtifactId'
applicationId 'testGroupId.android'
minSdkVersion 24
targetSdkVersion 29
versionCode 1
@@ -21,7 +21,7 @@ dependencies {
android {
compileSdkVersion(29)
defaultConfig {
applicationId = "testArtifactId"
applicationId = "testGroupId.android"
minSdkVersion(24)
targetSdkVersion(29)
versionCode = 1
@@ -1,3 +0,0 @@
org.jetbrains.kotlin.tools.projectWizard.plugins.kotlin.KotlinPlugin
org.jetbrains.kotlin.tools.projectWizard.plugins.buildSystem.gradle.GroovyDslPlugin
org.jetbrains.kotlin.tools.projectWizard.plugins.buildSystem.gradle.KotlinDslPlugin
@@ -1,3 +1,5 @@
android:
androidSdkPath: androidSdkPath
kotlin:
projectKind: Multiplatform
modules: