Changes after code review

This commit is contained in:
Alexander Gorshenev
2019-03-14 20:17:23 +03:00
committed by alexander-gorshenev
parent f8be378a65
commit ee7660065b
18 changed files with 268 additions and 792 deletions
@@ -58,7 +58,6 @@ val PROTO_PATHS: List<ProtoPath> = listOf(
ProtoPath("core/metadata.jvm/src/jvm_metadata.proto"),
ProtoPath("core/metadata.jvm/src/jvm_module.proto"),
ProtoPath("build-common/src/java_descriptors.proto"),
//ProtoPath("compiler/ir/backend.js/src/ir.proto", false),
ProtoPath("compiler/ir/backend.js/src/js.proto", false),
ProtoPath("compiler/ir/backend.common/src/org/jetbrains/kotlin/backend/common/serialization/KotlinIr.proto", false)
)