Add kapt3-idea to gradle build

This commit is contained in:
Ilya Chernikov
2017-09-17 23:08:46 +02:00
parent 5e108d8efd
commit bb72da7d10
5 changed files with 199 additions and 155 deletions
@@ -16,6 +16,7 @@ dependencies {
testCompile(project(":compiler:cli"))
testCompile(project(":compiler:frontend.java"))
testCompile(project(":idea:idea-test-framework")) { isTransitive = false }
testCompile(project(":plugins:kapt3-idea"))
testCompile(projectTests(":idea"))
testCompile(projectTests(":idea:idea-android"))
testCompile(projectDist(":kotlin-test:kotlin-test-jvm"))