Use FirModuleBasedSession with module info, use platform default imports

In this commit, FIR sessions made bound to a particular module
This commit is contained in:
Mikhail Glukhikh
2018-04-05 17:44:46 +03:00
parent 9ca07bc706
commit bc82f2f940
8 changed files with 85 additions and 42 deletions
+1
View File
@@ -11,6 +11,7 @@ plugins {
jvmTarget = "1.6"
dependencies {
compile(project(":compiler:frontend.common"))
compile(project(":core:descriptors"))
compile(project(":compiler:fir:cones"))
compile(project(":compiler:ir.tree"))