[IR] Rewrite generator for interpreter map
1. Reuse `DisabledIdSignatureDescriptor` to create `IrBuiltIns` 2. Provide FQ names for types to ensure method find correctness
This commit is contained in:
@@ -45,6 +45,7 @@ dependencies {
|
||||
wasmApi(kotlinStdlib())
|
||||
interpreterApi(project(":compiler:ir.tree"))
|
||||
interpreterApi(project(":compiler:ir.psi2ir"))
|
||||
interpreterApi(project(":compiler:ir.serialization.jvm"))
|
||||
protobufApi(kotlinStdlib())
|
||||
protobufCompareApi(projectTests(":kotlin-build-common"))
|
||||
nativeInteropRuntimeApi(kotlinStdlib())
|
||||
|
||||
Reference in New Issue
Block a user