[FIR] Slightly reorganize directory structure of FIR plugin prototype

This commit is contained in:
Dmitriy Novozhilov
2021-12-01 16:45:10 +03:00
committed by TeamCityServer
parent d585027431
commit 1d32d5c7d8
69 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ dependencies {
testApi(projectTests(":kotlin-sam-with-receiver-compiler-plugin"))
testApi(projectTests(":kotlinx-serialization-compiler-plugin"))
testApi(projectTests(":kotlinx-atomicfu-compiler-plugin"))
testApi(projectTests(":plugins:fir:fir-plugin-prototype"))
testApi(projectTests(":plugins:fir-plugin-prototype"))
testApi(projectTests(":generators:test-generator"))
testCompileOnly(project(":kotlin-reflect-api"))
testImplementation(intellijDep()) { includeJars("idea_rt") }