add serialization.js module

This commit is contained in:
Michael Nedzelsky
2015-02-19 14:40:35 +03:00
parent 9be62de964
commit e0c0012a20
9 changed files with 3808 additions and 0 deletions
@@ -51,6 +51,7 @@ public data class ProtoPath(
public val PROTO_PATHS: List<ProtoPath> = listOf(
ProtoPath("core/serialization/src/descriptors.proto", "core/serialization/src"),
ProtoPath("core/serialization/src/builtins.proto", "core/serialization/src"),
ProtoPath("core/serialization.js/src/js.proto", "core/serialization.js/src"),
ProtoPath("core/serialization.jvm/src/jvm_descriptors.proto", "core/serialization.jvm/src")
)