Create new core module: type-system

This commit is contained in:
Stanislav Erokhin
2019-01-09 09:51:06 +03:00
committed by Simon Ogorodnik
parent fe278ea0a0
commit f7702d3e43
7 changed files with 41 additions and 12 deletions
+1
View File
@@ -8,6 +8,7 @@ javaHome = rootProject.extra["JDK_16"] as String
dependencies {
compile(project(":core:util.runtime"))
compile(project(":core:type-system"))
compile(kotlinStdlib())
compile(project(":kotlin-annotations-jvm"))
}