Add some API interfaces for Gradle PM20 entities in the API module

This commit is contained in:
Sergey Igushkin
2021-03-19 18:20:44 +03:00
parent a52c6858a9
commit ea458e6848
16 changed files with 555 additions and 181 deletions
@@ -16,6 +16,7 @@ dependencies {
compileOnly(gradleApi())
compileOnly("com.android.tools.build:gradle:3.4.0")
compileOnly(project(":kotlin-project-model"))
}
pill {