Wizard: always use all plugin set in tests
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ dependencies {
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
applicationId 'testArtifactId'
|
||||
applicationId 'testGroupId.android'
|
||||
minSdkVersion 24
|
||||
targetSdkVersion 29
|
||||
versionCode 1
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ dependencies {
|
||||
android {
|
||||
compileSdkVersion(29)
|
||||
defaultConfig {
|
||||
applicationId = "testArtifactId"
|
||||
applicationId = "testGroupId.android"
|
||||
minSdkVersion(24)
|
||||
targetSdkVersion(29)
|
||||
versionCode = 1
|
||||
|
||||
-3
@@ -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
|
||||
+2
@@ -1,3 +1,5 @@
|
||||
android:
|
||||
androidSdkPath: androidSdkPath
|
||||
kotlin:
|
||||
projectKind: Multiplatform
|
||||
modules:
|
||||
|
||||
Reference in New Issue
Block a user