Introduce new modules for common parts of deserialization

This commit is contained in:
Dmitriy Novozhilov
2020-09-09 13:06:57 +03:00
parent 2f4bd626fc
commit 07a3009d43
14 changed files with 65 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ javaHome = rootProject.extra["JDK_16"] as String
dependencies {
compile(project(":core:metadata"))
api(project(":core:deserialization.common"))
compile(project(":core:util.runtime"))
compile(project(":core:descriptors"))
compile(commonDep("javax.inject"))