Enable UI Designer instrumentation in Gradle build

This commit is contained in:
Dmitry Jemerov
2017-09-25 15:06:25 +02:00
parent 8a545f05de
commit 09f826b68d
3 changed files with 175 additions and 2 deletions
+1
View File
@@ -109,4 +109,5 @@ projectTest {
testsJar {}
classesDirsArtifact()
configureInstrumentation()
+4 -2
View File
@@ -2,7 +2,7 @@ apply { plugin("kotlin") }
dependencies {
compileOnly(ideaSdkDeps("openapi", "idea", "external-system-rt"))
compileOnly(ideaSdkDeps("openapi", "idea", "external-system-rt", "forms_rt"))
compileOnly(ideaPluginDeps("gradle-tooling-api", "gradle", "gradle-base-services", plugin = "gradle"))
compileOnly(ideaPluginDeps("Groovy", plugin = "Groovy"))
@@ -55,4 +55,6 @@ testsJar()
projectTest {
workingDir = rootDir
}
}
configureInstrumentation()