Project Model 2.0 initial commit: core entities

This commit is contained in:
Sergey Igushkin
2020-10-29 16:04:30 +03:00
committed by TeamCityServer
parent 6db3960d56
commit f189ebc983
14 changed files with 657 additions and 0 deletions
@@ -44,6 +44,7 @@ dependencies {
implementation(project(":kotlin-util-klib"))
implementation(project(":native:kotlin-klib-commonizer-api"))
implementation(project(":kotlin-tooling-metadata"))
implementation(project(":kotlin-project-model"))
compileOnly(project(":native:kotlin-native-utils"))
compileOnly(project(":kotlin-reflect-api"))
compileOnly(project(":kotlin-android-extensions"))