Convert more projects

This commit is contained in:
Ilya Chernikov
2017-10-27 18:17:59 +02:00
committed by Vyacheslav Gerasimov
parent 743f599262
commit 6614695616
6 changed files with 78 additions and 31 deletions
+4
View File
@@ -2,6 +2,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
apply { plugin("kotlin") }
configureIntellijPlugin {
setExtraDependencies("intellij-core")
}
dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(projectTests(":generators:test-generator"))