Implement vararg interpretation

This commit is contained in:
Ivan Kylchik
2019-12-21 22:59:15 +03:00
parent 45555d681d
commit 4dc1e587b4
4 changed files with 190 additions and 65 deletions
@@ -4,6 +4,7 @@ plugins {
}
dependencies {
compile(project(":core:descriptors.jvm")) //used to get java classes fq names by kotlin names
compile(project(":compiler:util"))
compile(project(":compiler:frontend"))
compile(project(":compiler:backend-common"))