Introduce jps-compatible-base plugin to create necessary configurations

To avoid generating static accessors (via kotlinDslAccessorsSnapshot),
we need to create all necessary configurations during 'plugins'
block evaluation.
This commit is contained in:
Alexey Tsvetkov
2018-03-24 22:12:37 +03:00
parent 8a82c1618c
commit b420671a1d
8 changed files with 13 additions and 15 deletions
@@ -11,8 +11,6 @@ jvmTarget = "1.6"
val nativePlatformVariants: List<String> by rootProject.extra
containsEmbeddedComponents()
dependencies {
compileOnly(project(":compiler:util"))
compileOnly(project(":compiler:cli-common"))