[IR] Moved actualizer and related things to separate module

^KT-62292
This commit is contained in:
Pavel Kunyavskiy
2023-11-14 12:33:39 +01:00
committed by Space Team
parent 62700c3ec3
commit 649a7bd66b
22 changed files with 28 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ dependencies {
api(project(":compiler:fir:checkers:checkers.native"))
api(project(":compiler:fir:checkers:checkers.wasm"))
api(project(":js:js.frontend"))
api(project(":compiler:ir.actualization"))
implementation(project(":core:compiler.common.native"))
implementation(project(":compiler:fir:resolve"))