Refactoring: rename kotlin-android-plugin to idea-android

This commit is contained in:
Natalia Ukhorskaya
2016-03-14 11:49:20 +03:00
parent d2de74226e
commit 334c6ba71a
20 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -33,6 +33,6 @@
<orderEntry type="module" module-name="container" scope="TEST" />
<orderEntry type="library" scope="TEST" name="kotlin-test" level="project" />
<orderEntry type="module" module-name="build-common" scope="TEST" />
<orderEntry type="module" module-name="kotlin-android-plugin" scope="TEST" />
<orderEntry type="module" module-name="idea-android" scope="TEST" />
</component>
</module>
@@ -974,7 +974,7 @@ fun main(args: Array<String>) {
}
}
testGroup("idea/kotlin-android-plugin/tests", "idea/testData") {
testGroup("idea/idea-android/tests", "idea/testData") {
testClass<AbstractConfigureProjectTest>() {
model("configuration/android-gradle", pattern = """(\w+)_before\.gradle$""", testMethod = "doTestAndroidGradle")
}