Introduce experimental FIR compiler #KT-31265 Fixed
This commit also includes several FIR2IR fixes which helps FIR compiler to produce normal results
This commit is contained in:
+2
-1
@@ -256,7 +256,8 @@ extra["compilerModules"] = arrayOf(
|
||||
":compiler:fir:resolve",
|
||||
":compiler:fir:tree",
|
||||
":compiler:fir:psi2fir",
|
||||
":compiler:fir:fir2ir"
|
||||
":compiler:fir:fir2ir",
|
||||
":compiler:fir:java"
|
||||
)
|
||||
|
||||
val coreLibProjects = listOfNotNull(
|
||||
|
||||
Reference in New Issue
Block a user